Note: Use the following as a guide to prepare your JCL. The JCL statements are for example only. Lowercase letters in a statement indicate a value you must supply. Code all statements to your site and installation standards.
Sample z/OS JCL
//jobname See the note above and Preparing JCL for Batch CA Dataquery Utilities.
// EXEC PGM=DQUSERMT
//STEPLIB See the note above and Preparing JCL for Batch CA Dataquery Utilities.
//SYSUDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=* Print Output
//SNAPER DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
SIGN/ON username PASSWORD password
control statements
/*
//
Sample z/VSE JCL
* $$ JOB ... See the note above and Preparing JCL for Batch CA Dataquery Utilities.
* $$ LST ...
// JOB name
// EXEC PROC=procname Whether you use PROCs or LIBDEFs, see Preparing JCL for Batch CA Dataquery Utilities.
// EXEC DQUSERMT
SIGN/ON username PASSWORD password
control statements
/*
/&
* $$ EOJ
|
Copyright © 2014 CA.
All rights reserved.
|
|