OSI/AS Management Programming Manual
OSI/AS Definitions
Common Definitions
056785 Tandem Computers Incorporated 4–23
def ZOSI-DDL-CHAR12.
02 Z-C pic x(12) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16 occurs 6 times.
02 Z-B redefines Z-C pic x occurs 12 times.
end.
ZOSI-DDL-CHAR20
is a 20-character structure whose fields are addressable either as string-type or as
integer-type values. Its definition is as follows:
def ZOSI-DDL-CHAR20.
02 Z-C pic x(20) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16 occurs 10 times.
02 Z-B redefines Z-C pic x occurs 20 times.
end.
ZOSI-DDL-CHAR36
is a 36 character structure whose fields are addressable either as string-type or as
integer-type values. Its definition is as follows:
def ZOSI-DDL-CHAR36.
02 Z-C pic x(36) spi-null " ".
02 Z-S redefines Z-C.
03 Z-I type binary 16 occurs 18 times.
02 Z-B redefines Z-C pic x occurs 36 times.
end.