AM3270 Management Programming Manual
APPENDIX B
AM3270 SUBSYSTEM DDL
This appendix contains a listing of the AM3270 subsystem-specific
DDL. You are provided with this DDL and other DDL files in the
AM3270 software package.
!-----------------------------------------------------------
! file name: zam3ddl -- source DDL file for AM3270
!-----------------------------------------------------------
?SECTION constants
?SETSECTION constants
! AM3270 version definition, value change with each release.
!
CONSTANT ZAM3-VAL-VERSION VALUE IS VERSION "C20".
!
! Am3270 subsystem descriptor.
!
DEF ZAM3-VAL-SSID TACL SSID.
02 Z-Filler TYPE CHARACTER 8 VALUE IS
ZSPI-VAL-TANDEM.
02 Z-Owner REDEFINES ZFILLER
TYPE ZSPI-DDL-CHAR8.
02 Z-Num TYPE ZSPI-DDL-INT VALUE IS
ZSPI-SSN-ZAM3.
02 Z-Vsn TYPE ZSPI-DDL-UINT VALUE IS
ZAM3-VAL-VERSION.
END.
B-1