ASAP 3.2 Server Manual
HP NonStop ASAP Server Manual Page 333 of 381
02 Q-key-x type * redefines P-key-x. ! enform q-key extended
02 event type *. ! ts, interval & info
02 Type type binary 16. ! Record type CLIM, MON,
PROV
02 AggRec type binary 16. ! AggRec indicator
02 Spare type binary 16 occurs 6 times. ! reserved
02 OpText type binary 16 occurs 5 times. ! Op state text
02 Status type character 1 redefines OpText.
02 OpState type binary 16. ! Operational state
02 Error type binary 64. ! Error (if any)
02 ErrorState type binary 16. ! Error state (or
remove)
02 Data type ZMONData. ! CIPMON data
02 State type ZMONState. ! CIPMON states
END.
* CIP\CLIM\<clim-provider-name>
DEF ZPROVData.
02 clim type character 24.
02 word type binary 16 redefines clim.
02 prov-type type character 8.
02 ip-family type character 6.
02 tp-status type character 8.
END.
DEF ZPROVState.
02 clim type binary 16.
02 word type binary 16 redefines clim.
02 prov-type type binary 16.
02 ip-family type binary 16.
02 tp-status type binary 16.
END.
DEFINITION PROV-Stats.
!Description.............Sect
02 system type binary 16 occurs 4 times. ! system name
02 word type binary 16 redefines system.! word alignment handle
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 Type type binary 16. ! Record type CLIM, MON,
PROV
02 AggRec type binary 16. ! AggRec indicator
02 Spare type binary 16 occurs 6 times. ! reserved
02 OpText type binary 16 occurs 5 times. ! Op state text
02 Status type character 1 redefines OpText.
02 OpState type binary 16. ! Operational state
02 Error type binary 64. ! Error (if any)
02 ErrorState type binary 16. ! Error state (or
remove)
02 Data type ZPROVData. ! CIPPROV data
02 State type ZPROVState. ! CIPPROV states
END.