IDC3900I   PUTGET ERROR CODE IS return-code

Explanation

The PUTGET macro instruction failed.

In the message text:
return-code
The return code, as follows:
Code
Explanation
8
The PUTGET service routine did not complete. An attention interrupt occurred during the processing of PUTGET, and the attention handler turned on the completion bit in the communications ECB.
12
No prompting was allowed on a PROMPT request. Either the user at the terminal requested no prompting with the PROFILE command, or the current source of input is an in-storage list.
12
A line could not be obtained after a MODE request. A chain of second level informational messages exists, and the current stack element is non-terminal, but the terminal user did not request PAUSE processing with the PROFILE command. The messages are therefore not available to him.
16
The NOWAIT option was specified for TPUT and no line was put out or received.
20
The NOWAIT option was specified for TGET and no line was received.
24
Incorrect parameters were supplied to the PUTGET service routine.
28
A conditional GETMAIN was issued by PUTGET for output buffers and there was not sufficient space to satisfy the request.
32
The terminal has been disconnected.

System action

The command is ended.

System programmer response

If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the JCL and the SYSOUT output for the job.

Programmer response

Correct the error based on the return code information and rerun the job.

Source

DFSMSdfp

Module

IDCSA02