You can use the following sample JCL as a model for running TBESAF99 utility jobs. This JCL is provided on the distribution tape in member TBESAF99 in the CTAPJCL sample library data set.
//*+------------------------------------------------------------------+ //*| T B E S A F 9 9 B A T C H U T I L I T Y | //*+------------------------------------------------------------------+ //*| Example JCL to execute the CA Tape Encryption batch utility | //*| program. Modify JCL to conform with your site's standards. | //*| Refer to the CA Tape Encryption Security Administrator Guide for | //*| details on how to build the control cards. | //*+------------------------------------------------------------------+ //*| SYSUT1 - 80 byte records either PS or PO | //*| SYSUT2 - 80 byte records either PS or PO | //*| SYSPRINT - 133 byte print records using ASA control characters | //*+------------------------------------------------------------------+ //* //TBESAF99 EXEC PGM=TBESAF99,REGION=4M //STEPLIB DD DSN=yourhlq.CTAPLINK,DISP=SHR //SYSUT1 DD DSN=input.dataset.name(member),DISP=SHR //SYSUT2 DD DSN=output.dataset.name(member),DISP=SHR //SYSPRINT DD SYSOUT=* //
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |