OSI/TS Management Programming Manual

OSI/TS Definitions
Common Definitions
056786 Tandem Computers Incorporated 4–17
ZOS4-DDL-CHAR14
is a 14-character structure whose fields are addressable either as string-type or as
integer-type values. It is defined as follows:
def ZOS4-DDL-CHAR14.
02 Z-C pic x(14) spi-null " ".
02 Z-S redefines Z-C.
04 Z-I type binary 16 occurs 7 times.
02 Z-B redefines Z-C pic x occurs 14 times.
end.
ZOS4-DDL-CHAR40
is a 40-character structure whose fields are addressable either as string-type or as
integer-type values. It is defined as follows:
def ZOS4-DDL-CHAR40.
02 Z-C pic x(40) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16 occurs 20 times.
02 Z-B redefines Z-C pic x occurs 40 times.
end.
ZOS4-DDL-CHAR64
is a 64-character structure whose fields are addressable either as string-type or as
integer-type values. It is defined as follows:
def ZOS4-DDL-CHAR64.
02 Z-C pic x(64) spi-null " ".
02 Z-S redefines Z-C.
04 Z-I type binary 16 occurs 32 times.
02 Z-B redefines Z-C pic x occurs 64 times.
end.