M204.1572

From m204wiki
Jump to navigation Jump to search

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=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal
SAVESaves the message in the VIEW ERRORS table

Back to list of messages