Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Job MLB Attributes (CHGJOBMLBA) command allows a user to change the media library resource allocation attributes for a job.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
JOB | Job name | Single values: * Other values: Qualified job name |
Optional, Key, Positional 1 |
Qualifier 1: Job name | Name | ||
Qualifier 2: User | Name | ||
Qualifier 3: Number | 000000-999999 | ||
MLB | Library device | Name, *ALL | Optional, Key, Positional 2 |
RSCALCPTY | Resource allocation priority | 1-99, *SAME, *DEV, *JOB | Optional |
INLMNTWAIT | Initial mount wait time | 1-600, *SAME, *DEV, *JOB, *IMMED, *NOMAX | Optional |
EOVMNTWAIT | End of volume mount wait time | 1-600, *SAME, *DEV, *JOB, *IMMED, *NOMAX | Optional |
Top |
Specifies the name of the job whose attributes are being changed.
Single values
Qualifier 1: Job name
If no job qualifier is given, all jobs currently in the system are searched for the job name. If more than one occurrence of the specified name is found, a qualified job name must be specified.
Qualifier 2: User
Qualifier 3: Number
Top |
Specifies the name of the tape media library device whose attributes are to be changed. The device name must have been created previously on the system using the Create Device Media Library (CRTDEVMLB) command.
Top |
Specifies the media library device resource allocation priority for this job. If the resource allocation priority has not been changed for a media library device for the job, *DEV is used.
Top |
Specifies the maximum amount of time a request will wait for the allocation of a tape resource for the initial mount. If the initial mount wait time has not changed for a media library device for the job, *DEV is used.
Top |
Specifies the maximum amount of time a request will wait for allocation of a tape resource to mount the next volume. If the end of volume mount wait time has not changed for a media library device for the job, *DEV is used.
Top |
Example 1: Changing the resource allocation priority for the current job
CHGJOBMLBA RSCALCPTY(50)
This command changes the resource allocation priority for all tape media library devices for the current job to 50.
Example 2: Changing the initial mount wait time for a specific job
CHGJOBMLBA JOB(002345/USERX/QDFTJOBD) INLMNTWAIT(2)
This command changes the initial mount wait time for all tape media library devices for the specified job to 2 minutes.
Example 3: Changing the resource allocation priority for all tape media libraries used by the current job
CHGJOBMLBA MLB(*ALL) RSCALCPTY(50)
This command changes the resource allocation priority for all tape media library devices for the current job to 50.
Example 4: Changing the resource allocation priority for a specific tape media library used by the current job
CHGJOBMLBA MLB(TAPMLB01) RSCALCPTY(50)
This command changes the resource allocation priority for TAPMLB01 for the current job to 50.
Top |
*ESCAPE Messages
Top |