M204.1670
M204.1670 token token2 not open for output
A Write Image statement was issued against a data set or terminal that was not opened for output.
Response: An external data set can be opened for output if it is a non-VSAM data set. A terminal can also be opened for output. Check your Open statement and, if it is not a VSAM data set, adjust the For Output option.
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 |