Job Management Manager DCL Commands › SCHEDULE> › SET MAX_JOBS › Examples
Examples
- This command sets the maximum number of jobs to 4 on the node you are logged in to.
SCHEDULE> SET MAX_JOBS 4
- This command sets the maximum number of jobs to 4 on all nodes of your local OpenVMS Cluster.
SCHEDULE> SET MAX_JOBS 4/ALL_NODES
- This command sets the maximum number of jobs to 4 on node NODE2 only in the local OpenVMS Cluster.
SCHEDULE> SET MAX_JOBS 4/CLUSTER_NODE=NODE2
- This command sets the maximum number of jobs to 4 on remote node NODE1 only.
SCHEDULE> SET MAX_JOBS 4/SERVER=NODE1
- This command sets the maximum number of jobs to 4 on all nodes in node NODE1’s OpenVMS Cluster.
SCHEDULE> SET MAX_JOBS 4/ALL_NODES/SERVER=NODE1