Previous Topic: 2775Next Topic: 2777


2776

VOLUME ALLOCATION FAILED FOR DDNAME (vvv) WHILE ATTEMPTING TO PROCESS DSN (ddd)

Reason:

An attempt was made to process data set (ddd), but needed volumes cannot be allocated. A prior message should explain the specific reason. If multivolume data sets are to be processed, a skeleton DD statement of the following format must be provided in order for CADisk to access the data set:

//vvvvvv   DD  DISP=SHR,UNIT=SYSDA,
//        VOL=SER=(vol1,vol2,vol3,vol4,vol5)

where (vvv) is the DDNAME specified in the message, and (vol1- vol5) are the names of any five real volumes in your installation. Supply the needed DD statement and resubmit the job.