Previous Topic: Program ModulesNext Topic: Messages


Execution JCL

Sample execution JCL can be found in member ESFEZTR in CBQ4OPTN. Tailoring instructions are included as comments in ESFEZTR.

//ESFEZTR  JOB   (ACCT#),PGMRNAME,CLASS=A,MSGCLASS=A,MSGLEVEL=(1,1)     00010009
//*                                                                     00010100
//*****************************************************************     00011007
//*                                                               *     00012007
//* Doc:  This job will execute the CA Spool EasyTrieve           *     00013007
//*       application program to analyze ESFLOG data and          *     00013107
//*       generate reports showing CA Spool TCP/IP print          *     00013207
//*       performance.                                            *     00013307
//*                                                               *     00013407
//*       Change the following in this JCL:                       *     00013707
//*                                                               *     00013807
//*       1. JOB statement - Change to be consistent with your    *     00013907
//*                          site standards.                      *     00014007
//*                                                               *     00014007
//*       2. STEPLIB DD statement - Change to your CAILIB.        *     00014107
//*                                 Note: Can be removed if       *     00014207
//*                                 CAILIB is in your LINKLIST.   *     00014207
//*                                                               *     00014207
//*       3. ESFLOG DD statement - Change to your input ESFLOG    *     00014307
//*                                dataset(s).                    *     00014407
//*                                                               *     00014807
//*       4. SYSPRINT DD statement - May be changed as desired.   *     00014507
//*                                  This is the full report      *     00014607
//*                                  SYSOUT file.                 *     00014707
//*                                                               *     00014807
//*       5. SYSPSUMM DD statement - May be changed as desired.   *     00014907
//*                                  This is the summary report   *     00015007
//*                                  SYSOUT file.                 *     00015107
//*                                                               *     00015207
//*       6. IPRTPARM DD statement - May be changed as desired.   *     00015307
//*                                  Optionally specifies a       *     00015406
//*                                  printer name, allowing for   *     00015506
//*                                  the use of a "*" as a        *     00015607
//*                                  a wildcard character.        *     00015707
//*                                  May be 1 to 8 characters.    *     00015806
//*                                                               *     00015906
//*                                  This DD may be specified     *     00016006
//*                                  as DD DUMMY, an instream     *     00016106
//*                                  input record, or an MVS      *     00016206
//*                                  dataset. A single asterisk,  *     00016306
//*                                  a blank record, or a DUMMY   *     00016406
//*                                  file indicates no selection  *     00016506
//*                                  criteria is to be used, and  *     00016606
//*                                  all printers are selected.   *     00016707
//*                                                               *     00016807
//*                                  Examples:                    *     00016907
//*                                  --------                     *     00017007
//*                                  Blank record - all printers  *     00017107
//*                                                 selected.     *     00017207
//*                                                               *     00017306
//*                                  * - all printers selected.   *     00017407
//*                                                               *     00017507
//*                                  PAYROLL1 - only printer      *     00017607
//*                                             named PAYROLL1    *     00017707
//*                                             is selected.      *     00017807
//*                                                               *     00017907
//*                                  PAY* - all printer names     *     00018007
//*                                         starting with PAY are *     00018107
//*                                         selected.             *     00018207
//*                                                               *     00018307
//*************************************************************** *     00018407
//*                                                                     00019007
//EZTSTEP  EXEC PGM=ESFEZSP                                             00021007
//STEPLIB  DD DISP=SHR,DSN=your.CAILIB          LOADLIB    <<==change   00025009
//ESFLOG   DD  DISP=SHR,DSN=your.input.esflog   I/P ESFLOG <<==change   00026008
//SYSPRINT DD SYSOUT=*,DCB=(RECFM=FA,LRECL=132) FULL REPORT OUTPUT      00027005
//SYSPSUMM DD SYSOUT=*                          SUMMARY REPORT OUTPUT   00027105
//EZTVFM   DD UNIT=SYSDA,SPACE=(4096,(300,20))  EASYTRIEVE WORK FILE    00028005
//IPRTPARM DD *                                 PRINTERSELECT PARM FILE 00031005
*                                               I/P PARM   <<==change   00032008
/*                                                                      00033005