ASAP 2.8 Server Manual

ASAP Data Definitions
HP NonStop ASAP Server Manual522303-007
B-2
Extended Primary Key
03 lhsysno type binary 16 display "m<\999.>".
03 lhlinename type character 8.
02 Entity type character 8 redefines ikey.
02 iyear pic x(11) redefines ikey.
02 imonth pic x(12) redefines ikey.
02 iday pic x(13) redefines ikey.
02 ihour pic x(14) redefines ikey.
02 imin pic x(15) redefines ikey.
02 isec pic x(16) redefines ikey.
02 irank pic x(17) redefines ikey.
END.
Extended Primary Key
The ASAP extended primary p-key with the domain name required for APP processing
is:
DEF P-key-x.
03 sysno type binary 16. !system number
03 word type binary 16 redefines sysno. !word handle
03 domain type binary 16 occurs 32 times. !domain name
03 dname type character 64 redefines domain.
03 its type binary 64. !inverted timestamp
03 zdate redefines its. !inversion code
04 zyear pic x(1). !2200 - year
04 zmonth pic x(1). ! 12 - month
04 zday pic x(1). ! 31 - day
04 zhour pic x(1). ! 24 - hour
04 zmin pic x(1). ! 60 - min
04 zsec pic x(1). ! 60 - sec
04 zrank pic x(1). ! process busy rank
03 suffix redefines its. !
04 fillerx type binary 16 occurs 3 times. ! cpu.p-key.suffix.
04 nssvnn type binary 16. !
END.
Extended Query Key
The ASAP extended queue q-key with the domain name required for APP processing
is:
DEF Q-key-x. !For Enform
02 ikey pic x(74).
02 app-entity redefines ikey.
03 sysno type binary 16 display “m<\999.>”.
03 domain type character 64.
02 entity type character 66 redefines ikey.
02 iyear pic x(67) redefines ikey.
02 imonth pic x(68) redefines ikey.
02 iday pic x(69) redefines ikey.
02 ihour pic x(70) redefines ikey.
02 imin pic x(71) redefines ikey.
02 isec pic x(72) redefines ikey.
02 irank pic x(73) redefines ikey.
END.
Application Entity Statistics Definitions
DEFINITION APP-STATS2. !Description.............Sect
02 system type binary 16 occurs 4 times. !system name
02 word type binary 16 redefines system.!word alignment