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


Database range table example

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

An installation wants all the alias index entries for UIDs and GIDs to reside on data set 2, all profile names beginning with “GRPA” through “GRPF” and “TEST1” through “TEST8” to reside on data set 2, all profile names beginning with “SYS1” to reside on data set 3, and all the remaining data to reside on data set 1. The following range table meets these criteria:

Figure 1. ICHRRNG example for three data sets
   DC F'9'        Number of range values
A  DC XL44'00'    Range Start
   DC AL1(1)      Data set number
B  DC XL44'00'
   ORG B
   DC XL3'010302' Range start for GID alias indexes
   ORG
   DC AL1(2)
C  DC XL44'00'
   ORG C
   DC XL3'020C02' Range start for LNOTES SNAME alias indexes
   ORG
   DC AL1(1)
D  DC XL44'00'
   ORG D
   DC C'GRPA'     Range start GRPA
   ORG
   DC AL1(2)      Data set number
E  DC XL44'00'
   ORG E
   DC C'GRPG'     Range start GRPG
   ORG
   DC AL1(1)      Data set number
F  DC XL44'00'
   ORG F
   DC C'SYS1'     Range start SYS1
   ORG
   DC AL1(3)      Data set number
G  DC XL44'00'
   ORG G
   DC C'SYS2'     Range start SYS2
   ORG
   DC AL1(1)      Data set number
H  DC XL44'00'
   ORG H
   DC C'TEST1'    Range start TEST1
   ORG
   DC AL1(2)      Data set number
I  DC XL44'00'
   ORG I
   DC C'TEST9'    Range start TEST9
   ORG
   DC AL1(1)      Data set number

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014