Previous Topic: MIM2150I

Next Topic: MIM2150I

MIM2150I

DIAGNOSE ALLOCATION DISPLAY

   BEGIN JOBSTATUS DISPLAY ====>
   jobstatus (one of the following)
   No entries for jobstatus
   Entry is for non-managed devices
   GTAF has released jobname to MVS for llll group locks for devices
   GTAF is delaying jobname's request for llll group locks for devices
   MVS has given jobname ownership of llll group locks for devices
   MVS has jobname waiting for llll group locks for devices
   MVS has jobname waiting for devices, REPLY was {NOHOLD|HOLD}
   dddd dddd dddd dddd dddd dddd dddd dddd dddd dddd dddd dddd
   dddd dddd dddd dddd dddd dddd dddd dddd dddd dddd dddd dddd
   END OF JOBSTATUS DISPLAY
   END OF DIAGNOSE COMMAND

Reason:

This shows jobs in various stages of allocation serialization, divided into five categories: RELEASED, DELAYED, GIVEN, WAITING, or WAITING FOR DEVICES. This message is the result of a DIAGNOSE JOBSTATUS command.

jobstatus

The jobstatus value can be one of the following:

DELAYED

Shows the jobs being delayed by GTAF for serialization purposes. There may be some job in the GIVEN option on some system that is delaying allocation. It is also possible that CA MIA is not yet synchronized.

GIVEN

Shows the jobs that currently have the device group locks for the listed devices. No job on any system will be able to allocate from the listed set of devices until this job has released the device group locks.

RELEASED

Shows the jobs that GTAF has released to z/OS for device group locks. Any job listed in this section may or may not actually own device group locks. The GIVEN option shows which job has actually been given ownership by z/OS.

WAITING

Shows the jobs on the z/OS wait list for device group locks. GTAF has released these jobs to z/OS, and their requests will be processed as jobs in the GIVEN option are removed by z/OS.

WAITING FOR DEVICES

Shows the jobs on the z/OS waiting-for-devices queue. A reply of either WAIT/NOHOLD or WAIT/HOLD has been made for this job.

jobname

Name of the job making the group lock request.

dddd

Managed device address.

llll

Identifies the type of group locks. One of these values is displayed:

A-Indicates dynamic allocation

B-Indicates a WAIT,HOLD reply to allocation recovery

AB-Indicates normal allocation

Note: The group lock request went through bypass processing if asterisks (*xxx*) surround the lock value instead of single quotation marks ('xxx'). The group lock request went through special lock processing if plus signs (+xxx+) surround the lock value instead of single quotation marks ('xxx').