M204.2608

From m204wiki
Jump to navigation Jump to search

M204.2608  CPQZACTN value is invalid or more than one mutually exclusive value set

There are four possible actions to specify for CPQZACTN, the checkpoint extended quiesce timeout parameter:

Setting

Action

X'80'

CONTINUE — Wait another CPQZSECS

X'40'

ENDEQ — Release all updating users, end quiesce

X'20'

OPERATOR — Ask Operator what to do

X'10'

EOJ — Terminate the run

The setting for the CPQZACTN parameter did not specify a valid value, or it specified more than one valid value.

System manager response: Change the setting of CPQZACTN and retry the job, if CPQZACTN was specified on the User 0 parameter line. Or, if a RESET command was issued, reissue with a valid value.

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
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages