M204.1489
M204.1489 Not enough file space to continue procedure definition - file fileName
There is no room in the file to store the procedure being entered with the PROCEDURE command. (If the error occurs after the first line of procedure text has been stored, the partial procedure is kept.)
If… | Then Model 204… |
---|---|
Error occurs after the first line of procedure text has been stored | Keeps the partial procedure |
You are entering the text at your terminal | Ends procedure definition immediately |
Procedure text is supplied by another procedure | Flushes the remainder of the input |
Procedure text is supplied in a batch input stream (CCAIN) | Flushes the remainder of the procedure text and resumes processing after the END PROCEDURE command |
Response: Create space in the file by deleting unwanted procedures or increasing Table D with the INCREASE command. Replace the partial procedure using the PROCEDURE command, or use the EDIT command to supply the missing text.
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 |
AUDITER | Writes the message with line type ER to the audit trail |
CANCEL | Cancels the user's request |
COUNT | Increments the error count (ERCNT) parameter |