Product Information > JADE Object Manager Guide > Chapter 3 - JADE Application Programming Interface (API) > Getting System Status

Getting System Status

The jomGetSystemStatus call, shown in the following example, requests the state of a process.

int jomGetSystemStatus(const DskHandle *pHandle,
                       unsigned int    *pInTransactionState,
                       unsigned int    *pInTransientTransactionState,
                       unsigned int    *pInLoadState,
                       unsigned int    *pInLockState,
                       unsigned int    *pInExceptionState,
                       unsigned int    *pUnicodeVersion,
                       DskParam        *pCurrentMth,
                       UInt32          lineNo)

The current system status information is returned in parameters described in the following subsections.

pHandle

pInTransactionState

pInTransientTransactionState

pInLoadState

pInLockState

pInExceptionState

pUnicodeVersion

pCurrentMth

lineNo