The RACF database unload utility produces a fixed position record file that may be processed to extract various attributes.
Each record has a well defined record type. Group types include the following.
Record Type | Record Name |
---|---|
0100 | Group Basic Data |
0101 | Group Subgroups |
0102 | Group Members |
0103 | Group Installation Data |
There are also user types, of which the following table is a sample.
Record Type | Record Name |
---|---|
0200 | User Basic Data |
0201 | User Categories |
0202 | User Classes |
0203 | User Group Connections |
0204 | User Installation Data |
0205 | User Connect Data |
Perl script to parse a RACF database file as output by the IRRDBU00 command.