Previous Topic

Next Topic

Book Contents

Book Index

IOADBF Example 3

To change the qname of a file from the current data set qname to the default qname of the environment under which the utility is run, append (BYPASS) to the DSN specified in DD statement DAFILE.

//*** RESET QNAME OF CTB.V600.GRPD.E000 TO
//*** DEFAULT ENV. QNAME

//GRP EXEC IOADBF,FUNC=CHANGE,D=INSTWORK,
//      M=DEFGRPD,ILPREFA='IOA.V600'

//DAFILE DD DISP=SHR,DSN=CTB.V600.GRPD.E000(BYPASS)

Parent Topic

Examples for IOADBF