z/OS Security Server RACF Security Administrator's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


IRRDBU00 example

z/OS Security Server RACF Security Administrator's Guide
SA23-2289-00

In this example, the database unload utility processes a database that has been split into three parts. The job control language (JCL) statements that invoke the utility are:
//USER01   JOB  Job card...
//UNLOAD   EXEC PGM=IRRDBU00,PARM=NOLOCKINPUT
//SYSPRINT DD   SYSOUT=*
//INDD1    DD   DISP=SHR,DSN=SYS1.RACFDB.PART1.COPY
//INDD2    DD   DISP=SHR,DSN=SYS1.RACFDB.PART2.COPY
//INDD3    DD   DISP=SHR,DSN=SYS1.RACFDB.PART3.COPY
//OUTDD    DD   DISP=SHR,DSN=SYS1.RACFDB.FLATFILE
Note: You must specify a parameter in the PARM field on the EXEC statement of the step executing IRRDBU00.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014