z/OS HCD User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Activate a production IODF

z/OS HCD User's Guide
SC34-2669-00

Activate a production IODF

This utility function activates an I/O configuration from an existing production IODF. Both the active IODF and the target IODF have to be accessible.

This function is invoked by passing the ACTIVATE command in the parameter string (PARM='...'), as shown in the example. The parameter string uses the same syntax as described for the ACTIVATE command in z/OS MVS System Commandsz/OS MVS System Commands.

Batch invocation

A data set must be allocated to the following DD names when invoking the batch utility.

DD nameDescription
HCDMLOGHCD Message Log data set
HCDTRACETrace data set (if trace activated)

Example  

Figure 144. Activate IODF job
//BBEIJOB JOB (3259,RZ-28),'BBEI',NOTIFY=BBEI,CLASS=A,
//            MSGCLASS=Q,MSGLEVEL=(1,1),REGION=0M
//*
//* ACTIVATE PRODUCTION IODF
//*
//WORK     EXEC PGM=CBDMGHCP,PARM='ACTIVATE IODF=01,TEST'
//HCDMLOG  DD   DSN=BBEI.HCD.MSGLOG,DISP=OLD
//

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014