M204.1527

From m204wiki
Jump to navigation Jump to search

M204.1527  fileOrGroupName file option prohibits delete records

The compiler has detected an attempt to compile a Delete Records statement for a file that has the FOPT X'20' bit set on (or for a group that has at least one such file). The program is not run.

Response: Change the program to do a series of Delete Record statements.

File manager response: Remove the FOPT X'20' setting if application performance considerations require the use of the Delete Records statement.

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
ECHODisplays the line that caused the error

Back to list of messages