IRO0102E FUNCTION function PROCESS COMPLETED WITH RC=return code, RSN=reason code
Explanation
This message indicates that the specified function completed the specified process with return code and reason code. For more information on the return and reason codes, see the IMS System Programming API Reference.Valid
values for function are:
- HCHECK
- Health Check function
- IMSCMD
- IMS Command function
- RCU
- RECON Cleanup function
- RPCR
- Recovery Point Create function
- RPID
- Recovery Point Identify function
- VERIFY
- Verify Recovery Assets function
Valid values for process are:
- INIT
- Function initialization
- EXEC
- Function execution
- TERM
- Function termination
Valid values for the rc are:
- 0
- Successful
- 4
- Warning encountered
- 8
- Error, function failed
- 16
- Severe error encountered
Valid values for rc, by function are:
- HCHECK
- 01 – INVALID RANGE() SPECIFICATION
- IMSCMD
- 01 – INVALID IMS COMMAND
- RCU
- 01 – INVALID TIME SPECIFIED
- RPCR
- 01 – DBLIST() REQUIRED BUT NOT SPECIFIED
- RPID
- 01 – INVALID RANGE() SPECIFICATION
- VERIFY
- 01 – TIME FORMAT INVALID