DUMP FULL isn't that concerned with datasets.  Its more concerned with tracks.  
 (Yes, it only dumps used tracks but I don't think it cares which dataset uses 
them.)

You could try 
     DUMP DATASET INCLUDE(**) -
instead which should give you the DSN as each dataset is processed.

If you have to use FULL, you might be able to get a DSN list after the fact by 
using RESTORE DATASET INCLUDE(**) with PARM=NORUN.

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Jorge Garcia
Sent: Wednesday, December 21, 2016 12:01 AM
To: [email protected]
Subject: Show dataset list in dump full volume adrdssu

Hi all,

 Is that possible obtain the whole dataset list saved in a dump full adrdssu 
volume in SYSPRINT DD or in another DD?. In SYSPRINT only shows these messages

ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'DUMP '        
ADR109I (R/I)-RI01 (01), 2016.355 09:56:30 INITIAL SCAN OF USER CONTROL STATEMEN
ADR016I (001)-PRIME(01), RACF LOGGING OPTION IN EFFECT FOR THIS TASK            
ADR006I (001)-STEND(01), 2016.355 09:56:30 EXECUTION BEGINS                     
ADR006I (001)-STEND(02), 2016.355 09:57:11 EXECUTION ENDS                       
ADR013I (001)-CLTSK(01), 2016.355 09:57:11 TASK COMPLETED WITH RETURN CODE 0000 
ADR012I (SCH)-DSSU (01), 2016.355 09:57:11 DFSMSDSS PROCESSING COMPLETE. HIGHEST

But there aren't any detail about the datasets saved in this dump full. 

We're using these parms in SYSIN

DUMP    FULL -       
     INDDNAME(DASD) -
     OUTDDNAME(OUT) -
     ADMIN      -    
     ALLDATA(*) -    
     ALLEXCP -       
     COMP -          
     CANCELERROR     

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

Reply via email to