Global Security Forum

 View Only
  • 1.  Secure Carla cODE

    Posted Fri May 05, 2023 09:36 AM

    I am somewhat new to Carla. I am trying to produce a report with the following information noted below.

    single-line headers with the LOGONID, NAME ADD-DATE, CRE-TOD and if they have the attributes of the CSDATA Fields ALT-PFX and JOBCODE.



    ------------------------------
    Floyd Womble
    Senior Identity and Access Management Engineer | Enterprise Information Protection (EIP) | Access Management - Mainframe

    Humana


    ------------------------------


  • 2.  RE: Secure Carla cODE

    IBM Champion
    Posted Mon May 08, 2023 05:17 AM

    Hi Floyd.

    There is a group more suited for Z related questions, like RACF and zSecure: Z Security

    You can reference CSDATA fields in DISPLAY and SORTLIST commands using property lookup.  You could build a command like

    newlist type=racf
      select class=user segment=base filter=IBM*
      sortlist profile(8,"LogonID") name creadate :alt-pfx :jobcode



    ------------------------------
    Rob van Hoboken
    ------------------------------



  • 3.  RE: Secure Carla cODE

    Posted Mon May 08, 2023 10:51 AM

    Hi Floyd,

    From context I'm assuming that you're an ACF2 site, that ADD-DATE is a typo for ACC-DATE, and that with CSDATA you're referring to fields in your logonid database that are specific to your site. (RACF CSDATA would indeed be a conceptual equivalent.)
    If all these assumptions are correct, this would be my first attempt:

    newlist type=acf2_lid
      sortlist lid name acc-date cre-tod alt-pfx jobcode



    ------------------------------
    ERIK van der NAT
    ------------------------------