# sysid command

The sysid BASIC program displays system
configuration, options, and features.

## Syntax

```
sysid
```

## Description

The sysid command displays various information about the current platform
including the host system, processor type, and implementation. Any
host O/S options available from D3 are shown under System Options.

Further, the sysid command displays a list
of D3 features, which may be either *available* or *not available*. The activation code received when the system
is initially installed determines the availability of these features.

## Example(s)

```
sysid

Host system : Windows Server
processor type : Intel or compatible
Implementation : D3 Windows
System ID : 12345678

System Options:
I/O Subsystem Support

Features Status Features Status
-------------------------------------------------------------------------------
FlashConnect Available OpenDB Available
Hot-Backup Available WebSphere MQ Available
Oracle Gateway Available
```

---
Source: https://d3codex.com/tcl/sysid-command/ - part of the D3Codex reference.
