M204.1572
M204.1572 token token2 not open
The external data set, the terminal, or the process specified in a Close, Position, Read, Receive, Send, Signal, or Write statement was not opened with an Open statement.
In the case of a process, $Status has a value of 4, and $StatusD has value 1572 — the error message number. In all the other cases, $Status will have a value of 2.
Response: This message can be retrieved using $Errmsg, and appropriate action can be taken by the request.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |
NOTERM | Does not display the message on the user's terminal |
SAVE | Saves the message in the VIEW ERRORS table |