M204.2651

From m204wiki
Jump to navigation Jump to search

M204.2651  Not all threads processed for IODEV token

The run is terminated due to one of these:

  • The number of threads specified by NUSERS has been initialized, but there are fewer users of the specified IODEV type than expected.
  • The DUPTERM number specified by the IODEV card could not be initialized because it exceeded the number of NUSERS.

Response: Check that NUSERS matches the total number of the listed IODEV specifications, plus one extra for User 0, and also check the NOTERM and DUPTERM parameter values for the specified IODEV type.

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
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages