TR3271 Management Programming Manual

TR3271 SUBSYSTEM DDL
!---------------------------------------------------------------!
! begin of TOKEN definitions section. !
!---------------------------------------------------------------!
!
! TR3271 specific STRUCT token numbers.
!
CONSTANT ZTR3-TNM-STRUCT-BASE VALUE IS 2000.
CONSTANT ZTR3-TNM-ADD-SU VALUE IS 2000.
CONSTANT ZTR3-TNM-ALTER-LINE VALUE IS 2010.
CONSTANT ZTR3-TNM-ALTER-PROC VALUE IS 2020.
CONSTANT ZTR3-TNM-ALTER-SU VALUE IS 2030.
CONSTANT ZTR3-TNM-INFO-LINE VALUE IS 2040.
CONSTANT ZTR3-TNM-INFO-SU VALUE IS 2050.
CONSTANT ZTR3-TNM-RSTATS-LINE VALUE IS 2060.
CONSTANT ZTR3-TNM-RSTATS-SU VALUE IS 2070.
CONSTANT ZTR3-TNM-STATS-LINE VALUE IS 2080.
CONSTANT ZTR3-TNM-STATS-SU VALUE IS 2090.
CONSTANT ZTR3-TNM-STATUS-LINE VALUE IS 2100.
CONSTANT ZTR3-TNM-STATUS-SU VALUE IS 2110.
CONSTANT ZTR3-TNM-STRUCT-LAST VALUE IS 3999.
?PAGE "TR3271 ERROR definitions"
!--------------------------------------------------------------!
! ERROR definitions. !
!--------------------------------------------------------------!
!
CONSTANT ZTR3-ERR-clip-prob VALUE 2.
CONSTANT ZTR3-ERR-target-obj-not-found VALUE 3.
CONSTANT ZTR3-ERR-attr-confl-su VALUE 4.
CONSTANT ZTR3-ERR-not-ptp-su VALUE 5.
CONSTANT ZTR3-ERR-alrdy-using-addr VALUE 6.
CONSTANT ZTR3-ERR-no-obj-in-sel-state VALUE 7.
CONSTANT ZTR3-ERR-opened-su-exist VALUE 8.
CONSTANT ZTR3-ERR-not-conn-target-su VALUE 9.
CONSTANT ZTR3-ERR-target-objname-inv VALUE 10.
CONSTANT ZTR3-ERR-no-owner VALUE 11.
!
! ztr3-err-conn-exist must be defined as 12 because it maps
!into file error feinuse. Feinuse is returned from SL4PTP to
!SL4DSM.
CONSTANT ZTR3-ERR-conn-exist VALUE 12.
CONSTANT ZTR3-ERR-su-opened VALUE 13.
B-2