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
  • 1.  Command Logger fields for a Target User or Target Group

    Posted 12/13/22 08:42 AM
    When I look in zSecure IN.D to see the data dictionary for type SMF, I see 2 fields that would show me the target of the RACF command called RACFCMD_USER and RACFCMD_GROUP.   
    When I look in the data dictionary for type CKXLOG I do not see similar fields for command logger.     I would rather pull this information from command logger because it already has the Ticket ID/Description for the command that was issued.

    Is there a way to pull the Targeted User or Targeted group for the RACF command that was issued using Command Logger data?

    ------------------------------
    Linnea Sullivan
    ------------------------------


  • 2.  RE: Command Logger fields for a Target User or Target Group

    Posted 12/14/22 04:32 AM
    CKXLOG does not bother with parsing the RACF command, so if you need parameters from the command, you have to build your own parsing using the DEFINE ... AS PARSE() syntax.

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