M204.1331

From m204wiki
Jump to navigation Jump to search

M204.1331  Run killed - no more time

Model 204 watches the CPU time used by the job and compares it to the time specified for the job. When only a few milliseconds remain, Model 204 issues this message, cleans up its internal processing, flushes all its buffers, then shuts down with the FISTAT parameter set to X'02' for all opened Model 204 files. This avoids the S322 abend associated with the job.

FISTAT is set to X'02' (file is physically inconsistent) because at the time of shutdown, the update requests may not be completed. The setting warns the user that something must be done to verify all update requests prior to the automatic shutdown.

Response: Check your SOUL program for looping, or talk to your system manager about increasing the time limit.

System manager response: Check whether the activities performed by the job should take longer than the allowed time, and if necessary, increase the time.

Message attributes:

RETCODEO=60Sets online return code
RETCODEB=60Sets 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
OPRWrites the message to the (operator) console

Back to list of messages