M204.0336

From m204wiki
Revision as of 21:30, 21 February 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0336  retCode value from CRIO op

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

Format 1: RC nn FROM CRIO OPEN/PUT/GET

Format 2: ECB postcode FROM CRFS PUT/GET

The formats are explained as follows:

  • Format 1 indicates that Model 204 module CRIO attempted to open a channel, send a message down a 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. For example, the return code 16 indicates that the CRAM channel is already open.
  • 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 shows 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

The IGCLM244 module was generated with no SVC number, indicating an SVC-less installation. The XMEMOPT X'80' bit is required for this XDM CRAM usage.

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