M204.2934

From m204wiki
Jump to navigation Jump to search

M204.2934  FILEORG X'200' not supported for hashed or sorted file organizations

Hashed or sorted files must be 16M files. The CREATE FILE command is rejected.

File manager response: Remove the conflicting FILEORG parameter, and reissue CREATE FILE.

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

Back to list of messages