Jacky,
 
The following works:
 
//STEP1  EXEC  PGM=IDCAMS                             
//SYSPRINT  DD  SYSOUT=*                              
//DCOUT    DD    DSN=your.output.dataset.name,        
//         DISP=(NEW,CATLG,DELETE),                   
//         SPACE=(CYL,(100,100)),                     
//         DSORG=PS,RECFM=VB,LRECL=988                
//MCDS     DD    DSN=your.mcds.cluster.name,DISP=SHR   
//SYSIN    DD    *                                    
     DCOLLECT -                                       
           OUTFILE(DCOUT) -                           
           MIGRATEDATA -                              
                                                      
/* END OF DCOLLECT COMMAND                            

________________________________


Looking for list of all migrated datasets in the system.

Problem with  HLIST DSN is tht it gives list of datasets with userid
issuing command as HLQ and not any other datasets.

Anyone on this earth have an idea how I am going to get the list of all
migrated datasets. My brain is dead now.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to