- This command logs normal events, abnormal events, and job terminations (usually caused by a system failure) on the user’s current node.
SCHEDULE> SET LOGGING JOB_EVENT, ABNORMAL_EVENT,
TERMINATION_EVENT
- This command is the same as the first example, but specifies remote node NODE2. The hyphen at the end of the first line lets the user continue the command on a second line.
SCHEDULE> SET LOGGING JOB_EVENT, ABNORMAL_EVENT, - _
SCHEDULE> TERMINATION_EVENT/SERVER=NODE2
- This command is the same as examples 1 and 2, but specifies a node NODE1 on a OpenVMS Cluster.
SCHEDULE> SET LOGGING JOB_EVENT, ABNORMAL_EVENT, - _
SCHEDULE> TERMINATION_EVENT/CLUSTER_NODE=NODE1