Previous Topic: Run the Unload UtilityNext Topic: Check Output from Unload


JCL Requirements

The following is an example of the JCL required to execute the CIAUNLD unload utility:

//jobname JOB …
//CIAUNLD  EXEC PGM=TSSCIALD
//UNLOAD   DD  DSN=unload.data.set,DISP=OLD               
//CFILE    DD  DSN=cfile.data.set,DISP=SHR                                           
//PRECFILE DD  DSN=precfile.data.set,DISP=SHR
//REPORT   DD  SYSOUT=*
//SYSIN    DD  *                                                  
control statements
//