Job Management Manager DCL Commands › SCHEDULE> › SET PRIORITY › Examples
Examples
- This command sets the priority value to 3 on the node you are logged in to.
SCHEDULE> SET PRIORITY 3
- This command sets the priority value to 3 on all nodes in the local OpenVMS Cluster.
SCHEDULE> SET PRIORITY 3/ALL_NODES
- This command sets the priority value to 3 on node NODE2 only in the local OpenVMS Cluster.
SCHEDULE> SET PRIORITY 3/CLUSTER_NODE=NODE2
- This command sets the priority value to 3 on remote node NODE1 only.
SCHEDULE> SET PRIORITY 3/SERVER=NODE1
- This code sets the priority value to 3 on all nodes in node NODE1’s OpenVMS Cluster.
SCHEDULE> SET PRIORITY 3/ALL_NODES/SERVER=NODE1