M204.0610

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

M204.0610  File directory is full

You are attempting to open a Model 204 file which has not been previously opened in this run. When this occurs, Model 204 tries to allocate a File Directory entry for this file. The message is generated when the new entry exceeds the maximum number of directory entries defined for the run. The open will fail.

The NDIR parameter specifies the maximum number of File Directory entries for a Model 204 run. It defaults to a value of 5, and it can be set on the User 0 parameter line.

Response: Ask your system manager to increase the value of NDIR.

System manager response: Increase the value of NDIR for future runs.

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
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages