The following CARLa will produce a list of RACF userids and their attributes:
newlist type=RACF
select class=user segment=base
sortlist key(8) pgmrname owner dfltgrp revoke(8) special operations auditor
The output report produced is:
Profile Name Owner DfltGrp Revoked Spc Opr Aud
USER01 TEST USER 01 TESTGRP TESTGRP YES
USER02 TEST USER 02 TESTGRP TESTGRP YES
USER03 TEST USER 03 TESTGRP TESTGRP
USER04 TEST USER 04 TESTGRP TESTGRP YES
USER05 TEST USER 05 TESTGRP TESTGRP
Be the first to comment