HP DDL D40 Reference Manual page 275

Data definition language
Table of Contents

Advertisement

DDL Compiler Commands
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:
Variable
level-number
field-name
offset
length
min
max
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
02 data-table
size.
END
Data Definition Language (DDL) Reference Manual—426798-002
Value
Level number assigned to the field in the referring structure.
Name of the included field or group.
Starting byte position of the field or group within the referring
structure.
Length of the field in bytes.
Minimum number of occurrences for OCCURS DEPENDING ON or
the total number for OCCURS.
Maximum number of occurrences for OCCURS DEPENDING ON or
the total number for OCCURS.
TYPE BINARY 16.
TYPE BINARY 32
OCCURS 1 TO 100 TIMES DEPENDING ON table-
9- 45
DEFLIST Command

Advertisement

Table of Contents
loading

Table of Contents