M204.0717

From m204wiki
Revision as of 13:53, 25 February 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0717  Invalid file specification

You issued a BUMP FILE command from the operator's console and specified an invalid file name.

Operator response: File names may consist of a maximum of eight characters (seven characters for DOS). These characters can be numbers, letters, or the special characters @, #, and $. The file names cannot start with CCA, SYS, OUT, or TAPE. Correct the file name and retry the command.

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
OPRWrites the message to the (operator) console

Back to list of messages