Loading...
Select Version
&pagelevel(5)&pagelevel
The WRRC function enables a user program to save values it generates as command return codes; these are made available to the command processor as the official command return codes when the program is terminated and can then be used by other system functions (e.g. SDF-P). The function is based on the CMDRC macro ("CMDRC Set command return codes").
Call
CALL SDF('WRRC',area,error)
Description of the parameter list
Parameter | Data type | Input/ | Meaning |
WRRC | char(4) | in | Function name: keyword WRRC |
area | char(9) | in | Area in which the 9-byte command return code is specified; must be aligned on a halfword boundary. |
error | integer | out | Return code of the function |