Figure 16 is an example of the JCL needed to run the EYU9XEUT utility program.
//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.
[[ Contents Previous Page | Next Page Index ]]