IBM Security Z Security

Security for Z

Join this online user group to communicate across Z Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

CARLa Report: RACF Users with flag (Yes/No) if TSO segment exist

  • 1.  CARLa Report: RACF Users with flag (Yes/No) if TSO segment exist

    Posted Tue January 19, 2021 10:10 AM

    Hello

    I need to create a RACF report for user using base segment with in addition flag (Y/N) if user had TSO segment

    for example

    U0001 Pgrm_Name_U0001 dfltgrp Revoke Inactive TSO_(Y/N)


    #ZSecurity
    #SupportMigration
    #Support


  • 2.  RE: CARLa Report: RACF Users with flag (Yes/No) if TSO segment exist

    Posted Tue January 19, 2021 04:28 PM

    Hello Gianfranco,

    The ID newlist has a flag field called TSO which will be Yes when the ID has a TSO segment, and No otherwise.

    Therefore, you can use a lookup for the fields from the RACF segment to achieve this type of report as follows:

    newlist type=id select class=user id=U000* sortlist id :name :dfltgrp :revoke tso

    Regards, Mike


    #ZSecurity
    #Support
    #SupportMigration