| Implemented in: | 8.0 |
|---|---|
| Normal Library | LX_DTA |
Database Index
Name | Unique? | Columns |
|---|---|---|
LX_FRD_PRIM | Y | XRDP_I, XRDCID, XRDCTX, XRDLIN, XRDSEQ |
Record Layout
Key | Name | Description | Type | Comments |
|---|---|---|---|---|
1 | XRDP_I | Partition Identifier | CHAR(3) | |
2 | XRDCID | Component name | CHAR(10) | |
3 | XRDCTX | Context Id | INT | |
4 | XRDLIN | Line number | INT | |
5 | XRDSEQ | Command Sequence number | INT | |
XRDLBL | Command label | CHAR(3) | ||
XRDCMI | Command extra information | INT | 35 – A timestamp is included in the command parameter | |
XRDCMD | RDML command | CHAR(10) | ||
XRDLEN | Command parameter length | INT | > 10,000 – A delimiter character 'A' is included at the end of the command parameter record. This is used to stop the database stripping trailing DBCS blanks and DBCS 1st Lead Byte in the end of the record. The actual length of the Command Parameter would be XRDLEN – 10000. | |
XRDPRM | Command parameter | CHAR(100) |