ACF2

 View Only
  • 1.  List of User Logon IDs in mainframe acf2

    Posted Jan 07, 2020 07:12 AM
    Hello,
    I want a list of all user logon IDs available in the mainframe acf2 system with their respective TSO Procs.
    How can I get that?

    Thanks and Regards,
    Shrishti


  • 2.  RE: List of User Logon IDs in mainframe acf2
    Best Answer

    Broadcom Employee
    Posted Jan 07, 2020 07:40 AM
    Shrishti,

    Sample JCL:

    //REPORT EXEC PGM=ACFRPTSL
    //SYSPRINT DD SYSOUT=*
    //SYSIN DD *
    TITLE(LIST LIDS WITH TSOPROC)
    INPUT(ACF2)
    REPORT(SHORT) SFLDS(TSOPROC)
    /*

    Sample output:

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

    regards,
    Michael Blaha
    Broadcom ACF2 Support



  • 3.  RE: List of User Logon IDs in mainframe acf2

    Broadcom Employee
    Posted Jan 07, 2020 08:35 AM
    Shrishti,

    Please note that the ACFRPTSL report will show the default TSOPROC is specified in an the ACF2 logonid for a user. Note that if your site allows users to modify the TSOPROC during TSO fullscreen logon users may be using a TSOPROC that differs from the TSOPROC specified in their logonid record.

    regards,
    Michael Blaha