M204.1098

From m204wiki
Jump to navigation Jump to search

M204.1098  Specified user not active: token

A Model 204 command was issued that requires the specification of a user ID. The user ID you specified refers to a user who was not actively logged in or does not exist. With the MSG and WARN commands, the user ID specified will be echoed.

Response: Correct the user ID and retry the command.

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