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 //
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|