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


Build an HCPRIO input data set

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

Build an HCPRIO input data set

This utility function creates an HCPRIO input data set using the definitions of a VM operating system in a production IODF.

The IODF from which I/O definitions are extracted has to be specified with DD name HCDIODFS, and the HCPRIO input data set with DD name HCDDECK.

This function is invoked by passing the following parameter string.

Build an HCPRIO input data set
Read syntax diagramSkip visual syntax diagram|--VMBUILD--,--H--,--osid---------------------------------------|
 
H
Function indicator for HCPRIO input data set
osid
VM operating system ID (up to 8 characters)

Batch invocation

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

DD nameDescription
HCDIODFSIODF from which I/O definitions are extracted
HCDDECKVM I/O configuration data set
HCDMLOGHCD Message Log data set
HCDTRACETrace data set (if trace is activated)

Example: 

//BWINJOB  JOB (3259,RZ-28),'BWIN',NOTIFY=BWIN,CLASS=A,
//             MSGCLASS=Q,MSGLEVEL=(1,1),REGION=4M
//*
//* BUILD AN HCPRIO INPUT DATA SET
//*
//HCPRIO   EXEC PGM=CBDMGHCP,PARM='VMBUILD,H,VM1'
//HCDIODFS DD   DSN=BWIN.IODF03,DISP=SHR
//HCDDECK  DD   DSN=BWIN.HCPRIO3.DECK,DISP=OLD
//HCDMLOG  DD   DSN=BWIN.HCD.LOG,DISP=OLD
//

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014