ACF2

 View Only
Expand all | Collapse all

XROL - List of system roles

  • 1.  XROL - List of system roles

    Posted Sep 04, 2019 12:35 PM
    Is there any command to get list of all roles in system?


  • 2.  RE: XROL - List of system roles

    Posted Sep 04, 2019 03:44 PM
    Shrishti,

    Yes, you can issue the following commands from TSO, ACF or from a ACFBATCH job.

    From TSO:

    ACF
    SET X(ROL)
    LIST LIKE(-)

    Batch:

    //ACFBATCH EXEC PGM=ACFBATCH
    //SYSPRINT DD SYSOUT=*
    //SYSIN DD *
    SET X(ROL)
    LIST LIKE(-)
    /*

    Please let us know if this answers your questions. Thanks.

    regards,
    Michael Blaha
    ACF2 Support