Yes.  It is.  Here is the jcl:
 
//GENDAT   EXEC PGM=IDCAMS,REGION=4M,TIME=1440         
//SYSPRINT DD SYSOUT=*                                 
//MCDS     DD DSN=SYS2.HSM.MCDS,DISP=SHR                   
//BCDS     DD DSN=SYS2.HSM.BCDS,DISP=SHR                   
//OUTDS    DD DSN=HSM.DCOLLECT.DATA,                
//    RECFM=VB,LRECL=988,DSORG=PS,UNIT=SYSALLDA,       
//    SPACE=(1,(300,300),RLSE),AVGREC=M,               
//    DISP=(,CATLG,DELETE)                             
//SYSIN    DD *                                        
  DCOLLECT +                                           
  OFILE(OUTDS) +                                       
  VOLUME(*) +                                          
  STORAGEGROUP(*) +                                    
  SMSDATA(ACTIVE) +                                    
  MIGRATEDATA +                                        
  CAPPLANDATA +                                        
  BACKUPDATA                                           
/*                                                     


________________________________
From: "Staller, Allan" <[email protected]>
To: [email protected] 
Sent: Wednesday, July 17, 2013 2:35:34 PM
Subject: Re: DCOLLECT QUESTION


Is the MCDS in your execution JCL?

<snip>
  I noticed that eventhough I am including MIGRATEDATA however when I check the 
output it does not show any of the migrated dsns.
 
 DCOLLECT +        
 OFILE(OUTDS) +    
 VOLUME(*) +       
 STORAGEGROUP(*) + 
 SMSDATA(ACTIVE) + 
 MIGRATEDATA +     
 CAPPLANDATA +     
 BACKUPDATA        

</snip>
________________________________

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

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

Reply via email to