APPC Subsystem on MPE/XL Node Manager's Guide (30294-90007)

170 AppendixA
Messages
Return Codes
Return Codes
This section lists the intrinsic return codes that may be returned to a
TP by control operator intrinsics. The return codes are returned in the
ReturnCode
parameter of the intrinsics.
0 MESSAGE: Successful completion
CAUSE: The intrinsic completed successfully, and there are no error or
warning messages.
ACTION: No action necessary.
-1001 MESSAGE: Missing required parameter
CAUSE: A required parameter was omitted from the intrinsic call.
ACTION: See Chapter 3 , “Control Operator Intrinsics,” of this manual
for the syntax of control operator intrinsics. Check the syntax of the
intrinsic call in your TP.
-1002 MESSAGE: Parameter error
CAUSE: Incorrect command or parameter specified.
ACTION: See Chapter 3 , “Control Operator Intrinsics,” of this manual
for the syntax of control operator intrinsics. Check the syntax of the
intrinsic call in your TP.
-1003 MESSAGE: Parameter string length too long
CAUSE: Parameter string exceeded specified length.
ACTION: See Chapter 3 , “Control Operator Intrinsics,” of this manual
for the syntax of control operator intrinsics. Check the syntax of the
intrinsic call in your TP.
-1004 MESSAGE: Too many parameters specified
CAUSE: Too many parameters were specified in a control operator
intrinsic call
ACTION: See Chapter 3 , “Control Operator Intrinsics,” of this manual
for the syntax of control operator intrinsics. Check the syntax of the
intrinsic call in your TP.
-1005 MESSAGE: Syntax error
CAUSE: A syntax error was encountered in a control operator intrinsic
call.
ACTION: See Chapter 3 , “Control Operator Intrinsics,” of this manual
for the syntax of control operator intrinsics. Check the syntax of the
intrinsic call in your TP.