Guardian Procedure Calls Reference Manual
error-detail
output
INT .EXT:ref:1
for some returned errors, contains additional information. See Returned Value.
Returned Value
INT
Result of the check:
Message successfully converted.0
File-system error; error-detail contains the file-system error number.1
Parameter error; error-detail contains the number of the first parameter found to be in error, where 1
designates the first parameter on the left.
2
Bounds error; error-detail contains the number of the first parameter found to be in error, where 1
designates the first parameter on the left.
3
The supplied system message is not supported by this procedure; no conversion was performed.4
Considerations
• A 250-byte buffer is adequate to hold any of the new messages. This value can always be
used for the maxlen of newmsg.
• The old messages and new messages can be mapped one-to-one with the exception of the
network status change message (-8). Depending on its content, the network status change
message is converted into one of four new messages (see below).
• OLDSYSMSG_TO_NEWSYSMSG_ converts these system messages:
D-series messageC-series message
Process deletion: STOP-101Process deletion: STOP-5
Process deletion: ABEND-101Process deletion: ABEND-6
Loss of communication with node-110Network status change (all processors
down)
-8
Remote processor down-100Network status change (single processor
down, 0 or more processors up)
-8
Loss of communication with node-110Network status change (2 or more
processors down, 0 or more processors
up)
-8
Establishment of communication with node-111Network status change (connection
established
-8
Remote processor up-113Network status change (0 or more
processors up when node already
connected)
-8
Job process creation-112Job process creation-9
Nowait PROCESS_LAUNCH_ or
PROCESS_CREATE_ completion
-102NEWPROCESSNOWAIT completion-12
Break on device-105Break on device-20
Process open-103Process open-30
Process close-104Process close-31
Device type inquiry-106Device type inquiry-40
896 Guardian Procedure Calls (O)