Previous Topic: SUBPOOL RecordNext Topic: USEREXIT Record


SYSOPER Record

Use the SYSOPER record to identify the system operators—the user IDs that are to receive messages generated during initialization, by commands, during termination, and when an abend occurs. There can be multiple SYSOPER records.

SYSOPER userid ...

Configuration File

SYSOPER is defined in the PRODUCT CONFIG file.

Definitions

userid ...

Specifies a user ID or list of user IDs defined as the system operators. If this statement is not present, the OPERATOR user ID is assigned as a system operator.

Description

Messages intended for the system operator are sent to this list of users. If a specified user ID is not logged on when a message is generated, the message is sent to the CA VM:Director system log.

Note: The user IDs specified on the SYSOPER record do not automatically receive authorization to issue the END command to terminate CA VM:Director. User IDs that are allowed to terminate CA VM:Director operation must have a GRANT record with explicit END, END FORCE, or END NOFORCE authorization in the AUTHORIZ CONFIG file.