The EYU9XEUT JCL

Figure 16 is an example of the JCL needed to run the EYU9XEUT utility program.

Figure 16. Sample JCL for EYU9XEUT - RELOAD option
  //jobname    JOB  (acct),'name',MSGCLASS=x
  //UTIL       EXEC PGM=EYU9XEUT
  //STEPLIB    DD   DSN=data.set.name,DISP=SHR
  //UTILLIB    DD   DSN=data.set.name,DISP=SHR
  //SYSPRINT   DD   SYSOUT=*
  //UTLPRINT   DD   SYSOUT=*
  //SYSIN      DD   *
  RELOAD VERSION(210) EOT
  /*
 

In this example, the RELOAD option is being used to load a new EOT broadcast function into the ECSA. The UTILLIB statement names the data set where the new broadcast function resides.

Note:
To use this JCL for the DUMP option, delete the UTILLIB statement and change the RELOAD statement to a valid DUMP statement.
[[ Contents Previous Page | Next Page Index ]]