Hi, all,

A customer from my company gets following error-message during restore of a ADRDSSU-dump-dataset:

*ADR472E (001)-NEWDS(06), UNABLE TO SELECT A TARGET VOLUME FOR DATA SET xx.yy.zz, *72*).*

The explanation for 72 is:

*During a non-SMS allocation, no target volumes were available and at least one output volume was not selected because it was SMS-managed.*

The used JCL-output-dd-statement:

//OUTDD    DD UNIT=SYSALLDA,DISP=(,CATLG,CATLG),SPACE=(TRK,(2000,900))

The used commands( I changed datasetnames):

RESTORE                         -
     DATASET (INCLUDE(           -
              aaaaaa.bbbbbb.**                             -
              aaaaaa.cccccc.**                             -
              aaaaaa.yyyyyy.**                             -
              aaaaaa.xxxxxxxx.**                           -
              aaaaaa.zzzzzz.**                              -
                     )           -
             )                   -
     INDDNAME(INDD)              -
     OUTDDNAME(OUTDD)            -
     RENAMEUNCONDITIONAL( -
                (aaaaaa.bbbbbb.1111                      -
                 NEW.bbbbbb.1111                             ) -
                (aaaaaa.bbbbbb.22222                    -
                 NEW.bbbbbb.22222                            ) -
                (aaaaaa.cccccc.33333                   -
                 NEW.cccccc.33333                           ) -
                (aaaaaa.bbbbbb.44444                  -
............................

NEW is a sysnonym for customer's prefix.

Syntax of statements is OK.


*During a non-SMS allocation, no target volumes were available and at least one output volume was not selected because it was SMS-managed.*

But what does that explanation really mean in detail?

What can I suggest to customer?

thx in advance


Leo




----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to