DUMP
Allows for the DUMPing of the internal operation of the print server.
| Parameter | Offset | Length | Type | Values |
|---|---|---|---|---|
| KEY | 0 | 2 | N | X'2020' |
| COUNT | 2 | 2 | N | 3 |
| PARM LENGTH | 4 | 2 | N | 0 |
| REASON CODE | - | - | - | - |
| PARM LENGTH | 6 | 2 | N | 7 |
| MESSAGE ID | 8 | 7 | C | MMMxxxa |
| PARM LENGTH | 15 | 2 | N | 1 |
| MESSAGE COUNT | 17 | 1 | N | 0-255 |
- REASON CODE
- A 4 byte hex reason code. This subparameter is currently not supported for NJE and the length for the subparameter is always set to zero indicating that the parameter is not specified.
- MESSAGE ID
- Identifies a particular message generated by the printing subsystem.
In VM systems, a PSF message identifier is represented by a 10-character field with the form CCCMMMxxxa. Message id is specified as MMMxxxa, dropping the three letter PSF component id, where 'MMM' is the PSF module id, 'xxx' is the PSF message number and 'a' is the action code of the message. Messages will be monitored for the issuance of the specified message id, and PSF will terminate the print data set with a DUMP if it is encountered.
- MESSAGE COUNT
- A binary count between 0 and 255 which identifies the occurrence of the message. If message count is specified as 12, then PSF will terminate the data set with a DUMP on the 12th occurrence of the specified message. This parameter is only applied to monitoring for messages. A message count of zero with no reason code indicates no dump.