M204.0332

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.0332  retCode value from CRFS operation

The run has failed to initialize due to problems with the CRAM interface. The possible formats of this message are:

Format 1: RC value FROM CRFS OPEN/PUT/GET

Format 2: ECB postcode FROM CRFS PUT/GET

The formats are explained as follows:

  • Format 1 indicates that Model 204 module CRFS attempted to open channel, send a message down the channel, or receive a message from a channel. CRAM was unable to satisfy the request. The message states the return code and the operation attempted.
  • Format 2 indicates that Model 204 module CRFS received an unexpected post code from CRAM while attempting an I/O operation on a channel. The message states the post code and the operation attempted.

Possible return codes include the following values:

Value

Description

4

INVALID FUNCTION

8

CB FORMAT ERROR

16

(OPEN MAST) CHANNEL ALREADY OPEN

20

(OPEN USER) NO USER LINES FREE

24

(OPEN) SUBTASKS NOT PROPERLY OPENED

12

(READ/WRITE) ICB NOT OPEN

16

(READ/WRITE) OTHER TASK HAS DIED

20

(READ/WRITE) UNEXPECTED COMMAND

28

NOT ENOUGH STORAGE

99

There is no SVC defined in the IGCLM244 module and the XMEMOPT '80' bit must be set for an SVC-less installation

110

(VMCF WRITE) MESSAGE LIMIT EXCEEDED

System manager response: Contact Technical Support and have the audit trail available.

Message attributes:

RETCODEO=80Sets online return code
RETCODEB=80Sets 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
NOTERMDoes not display the message on the user's terminal
OPRWrites the message to the (operator) console

Back to list of messages