DDL Compiler Commands
Data Definition Language (DDL) Reference Manual — 426798-002
9- 45
DEFLIST Command
•
The DEFLIST description appears in either of the following formats:
level-number field-name (offset:length) [min:max]
level-number field-name (offset:length)
depending on whether a minimum and maximum (or total) number of occurrences
have been defined.
The variables in these formats represent the following values:
•
For users of SPI, DEFLIST can help you understand ZSPI-DDL-PARM-ERR.Z-
OFFSET, the definition that provides the byte offset within a structure that is in
error. DEFLIST shows where the error is.
DEFLIST Command Examples
Assume that this definition of VARIABLE-TABLE is already in the dictionary:
DEF variable-table.
02 table-size TYPE BINARY 16.
02 data-table TYPE BINARY 32
OCCURS 1 TO 100 TIMES DEPENDING ON table-
size.
END
Variable
Value
level-number
Level number assigned to the field in the referring structure.
field-name
Name of the included field or group.
offset
Starting byte position of the field or group within the referring
structure.
length
Length of the field in bytes.
min
Minimum number of occurrences for OCCURS DEPENDING ON or
the total number for OCCURS.
max
Maximum number of occurrences for OCCURS DEPENDING ON or
the total number for OCCURS.
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...