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


Running IRRRID00 with data in SYSIN

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

If you run the remove ID utility with oldid newid as input, newid replaces all references to oldid in these fields:
  • DFLTGRP
  • OWNER
  • RESOWNER
  • SUPGROUP

The newid value must follow the oldid value on the same input record, separated from it by at least 1 blank.

In this example, MARK was specified in SYSIN. IRRRID00 now produces only RACF® commands relative to this user ID. In addition, when you run IRRRID00 with a list of IDs, delete commands (DELDSD or RDELETE) are created for all data set and general resource profiles that have one of the IDs as a qualifier. The search for IDs within profile names is done without regard to any generic character in the profile name.

Figure 1. Running IRRRID00 with data in SYSIN: Sample input
//CLEANUP  EXEC PGM=IRRRID00,REGION=25M
//SYSPRINT DD   SYSOUT=*
//SYSOUT   DD   SYSOUT=*
  ⋮
//INDD     DD   …
//OUTDD    DD   …
//SYSIN    DD   *
MARK
/*
Figure 2. Running IRRRID00 with data in SYSIN: Sample output
ALTDSD   'A.B.**'  OWNER(?MARK)
ALTDSD   'A.B.**'  NONOTIFY
ALTDSD   'A.B.**'  DFP(RESOWNER(?MARK))
PERMIT   'A.B.**'  ID(MARK) DELETE
PERMIT   'A.B.**'  WHEN(PROGRAM(ABCD)) ID(MARK) DELETE

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014