M204.0790
M204.0790 File too big
The total number of records possible in Table B exceeds 342 segments for files that do not have the FILEORG X'200' bit set, and it exceeds 1024 segments for files that have the FILEORG X'200' bit set. The number of potential record numbers per segment is 49,152.
The number of possible segments in Table B is calculated by the following formula:
((BSIZE * BRECPPG) / 49,152)) + (1 if remainder not 0)
If the result exceeds 342 or 1024, respectively, too many segments result and Model 204 rejects the CREATE command.
File manager response: Make the file smaller (by specifying a smaller BSIZE or smaller BRECPPG), or divide the file into smaller pieces and use the file group feature to process them as a single logical file.
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 |
COUNT | Increments the error count (ERCNT) parameter |