Couldn't you just do a DFDSS dump and select the uncatalogued file and point 
the dump to the volume where the uncatalogued dataset resides? 

Something like this (add your own jobcard):

//DUMPDSN  EXEC PGM=ADRDSSU,REGION=8M,PARM='TYPRUN=NORUN'                       
//SYSPRINT DD   SYSOUT=*                                                        
//*UTDD1   DD   DUMMY 
//INDD1        DD UNIT=SYSDA,DISP=SHR,VOL=SER=<volser of disk volume>           
                                               
//OUTDD1   DD   DSN=SYS1.XXXXXX.KUP,DISP=(,CATLG),UNIT=SYSDA,                   
//  RETPD=365,SPACE=(CYL,(1000,500),RLSE)                                       
//SYSIN    DD    *                                                              
 DUMP DATASET(INCLUDE(                     -                                    
     <Datasetname>        -                                                     
     
                       ))                   -                                   
                                 
                      INDDNAME(INDD1) OUTDDNAME(OUTDD1) TOL(ENQF) CANCELERROR 
OPT(4)            
/*                                                              

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Jake Anderson
Sent: Tuesday, April 07, 2015 9:36 AM
To: [email protected]
Subject: Backup of Uncatalogued dataset

Hello,

I am looking for a sample JCL on backing up the uncatalogued dataset alone.
Is there anyone who have a working JCL ?

Jake

----------------------------------------------------------------------
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