ASAP 3.2 Server Manual

HP NonStop ASAP Server Manual Page 328 of 381
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
02 sysname type character 8 redefines system.
02 P-key-x type *. !sysno, domain & its
8.3
02 Q-key-x type * redefines P-key-x. !enform q-key extended
02 event type *. !ts, interval & info
02 Pid type character 8. !the process' name
02 Cpu type binary 16. !the process' cpu
02 Pin type binary 16. !the process' pin
02 Spare type binary 16 occurs 5 times.!reserved
02 AggRec type binary 16. !aggregate rec indicator
02 Data-count type binary 16. ! Number of Data occurrences
02 Op-Text type binary 16 occurs 8 times. !Op state text
02 OpText type character 1 redefines op-text.
02 OpState type binary 16. ! Operational state
02 Error type binary 64. ! Error (if any)
02 Error-state type binary 16. ! Error state (or remove)
02 DitemCount type float 64. ! Aggregate Count
02 Ditem type float 64 occurs 12 times. ! Dataitems for
Aggregation
02 Data type sgp-metric-stats2 occurs 30 times.
END.
CIP Statistics Definitions
DEF ZClimData.