DFS3624I jobname- psbname- pstid- code - bbcc
Explanation
This informational message accompanies several IMS pseudoabends.
It provides diagnostic information for the pseudoabended application.
This message contains the following information:
- Value
- Description
- jobname
- The name of the job that encountered the pseudoabend.
- psbname
- The application program name (PSB).
- pstid
- The PST ID.
- code
- The pseudoabend code.
- bbbb
- A hexadecimal return code, bbbb, which identifies the cause of the abend, as well as the module that detected the condition.
- cccc
- A hexadecimal return code, cccc, which identifies the function of the module that detected the condition.
For example:
JOBNAME PSBNAME PSTID CODE RC FC
DFS3624I IMF4MPR1 RCDBS4 00006 3045 0004 0293
System action
This message does not cause IMS to take any adverse action; it is informational. The accompanying pseudoabend indicates the action IMS will take.
Programmer response
For the possible combinations of the return codes and function codes this message can return, see the IMS Return code and function code information. The return code (RC) is the value set in register 15 at the point where the error was detected. It represents the error condition for debugging purposes. The function code (FC) represents the module that detected the problem. The module name and the return code help determine why the application program was pseudoabended without looking at a memory dump.