CL Command Reference - CHGJOBMLBA

CL Command List > CHGJOBMLBA Reference

Description:

The Change Job MLB Attributes (CHGJOBMLBA) command allows a user to change the media library resource allocation attributes for a job.

Restrictions:

1. The job being changed must use the same user profile as the user issuing the command, or the issuer must have job control special authority (*JOBCTL).

2. Only a user with job control special authority (*JOBCTL) can change the resource allocation priority.



Examples:

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.