Implemented in:

8.0

Normal Library:

LX_DTA

Database Index

Name

Unique?

Columns

LX_F97_PRIM

Y

X97CID

Record Layout

Key

Name

Description

Type

Comments


X97CMD

Command name

CHAR(10)


1

X97CID

Command identifier

SMALLINT



X97DES

Command textual name

STRING(30)



X97NST

Command nesting level


CHAR(1)

N = Command has no influence on nesting level
S = Command increments nesting level by 1
U = Command decrements nesting level by 1
X = Command is within a nesting level e.g., ELSE


X97ACI

Associated command identifier.

SMALLINT

Where X97NST = S, U or X this value points to the "associated" command.


X97CPP

Name of CPP program on the IBM i

CHAR(8)



X97CHP

Command has parameters flag.

CHAR(1)

Y = command has parameters
N=command does not have parameters


X97ALP

Allowable parameter identifiers list

CHAR(300)


  • No labels