TR3271 Management Programming Manual

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