Skip to content

gkhays/racf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple RACF Record Parser

The RACF database unload utility produces a fixed position record file that may be processed to extract various attributes.

IRRDBU00 record types

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

Other Implementations

Perl script to parse a RACF database file as output by the IRRDBU00 command.

Releases

No releases published

Packages

No packages published

Languages