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


Job control statements

z/OS Security Server RACF System Programmer's Guide
SA23-2287-00

The following job control statements are necessary for using IRRUT100.
Statement
Use
JOB
Initiates the job.
EXEC
Specifies the program name (PGM=IRRUT100) or, if the job control statements reside in a procedure library, the procedure name.
SYSPRINT DD
Defines a sequential message data set. The data set can be written to an output device, a tape volume, or a direct-access device.
SYSUT1 DD
Defines a work data set on a direct-access device.
SYSIN DD
Defines the control data set. The control data set is normally found in the input stream; however, it can be a member of a procedure library or a sequential data set existing elsewhere.
Note: If the utility is executed under TSO, you can allocate both the SYSIN and SYSPRINT data sets to the terminal.
The format of IRRUT100 SYSIN is:
name  [name]

/END
where:
name
is a group name or user ID that is one to eight characters long and begins in any column.

Names are separated either by commas or blanks.

You can use only columns 1 through 72; continuation characters are not allowed. If all the names do not fit on one statement, you can use additional statements of the same format. The maximum number of names you can specify is 1000.

/END
ends the utility program. The /END statement is not required. If it is coded, this statement must begin in column 1. An end-of-file on the SYSIN data set also terminates the program.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014