Override Standard zOS IO File ddnames
Override Standard z/OS I/O File ddnames
This example demonstrates how to override the z/OS standard output and standard error ddnames in the UCMDPRC procedure.
The example:
Overrides the UNVOUT ddname in the UCMDPRC procedure with a data set allocation.
Overrides the UNVERR ddname with a SYSOUT class of H.
//jobname JOB CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
//*
// JCLLIB ORDER=SBI.UNV.SUNVSAMP
//*
//STEP1 EXEC UCMDPRC
//UNVOUT DD DISP=SHR,DSN=hlq.APP.LIST(OUTPUT)
//* UNIVERSAL COMMAND WILL CREATE THE MEMBER
//UNVERR DD SYSOUT=H
//SYSIN DD *
-host hostname
-userid username
-pwd password
-cmd command
/*
SYSIN Options
The SYSIN options used in this example are:
Components
Universal Command Manager for z/OS