Previous Topic: Security and the OPSREQ Command Processor

Next Topic: OPSRMT Command Processor—Issue TSO Commands to Other Systems

OPSREQ Return Codes

OPSREQ produces these return codes:

0

Request completed normally

4

Required keyword missing or invalid

8

Current request did not execute rules

20

Request length greater than maximum

24

Some type of execution error occurred

84

Command buffer parse error

88

Main product address space not active

92

Parameter list error

96

Invalid command buffer format

100

Serious product control block error

104

Main product address space terminated

108

Serious system or macro error

184

Abend failure

WARNING! Request (REQ) rules are allowed to return arbitrary numeric values using the REXX RETURN statement. To avoid confusion, you should code your REQ rules to avoid the use of return values of less than 500. This prevents any future changes to the internal return codes of the product from conflicting with your automation.