Datacom

  • 1.  List of the Ideal users to a file?

    Posted Aug 06, 2018 05:43 PM
    • Is it possbile to extract a list of the Ideal users to a file?


  • 2.  Re: List of the Ideal users to a file?
    Best Answer

    Broadcom Employee
    Posted Aug 07, 2018 04:53 AM

    Hello Lydia,

    if you simply need to create a report of the users defined on Ideal, you can run a Ideal batch job, allocating the PRTLIST  ddname to a file (it's usually allocated as SYSOUT):

     

    //IDEAL   EXEC IDLBATCH,PARM='NOPRINT' 

    .

    .

    //PRTLIST DD DSN=USERS.LIST,DISP=(NEW,CATLG),UNIT=3390,
    //  SPACE=(TRK,(1,1))
    //SYSIN DD *
    SIGNON PERSON $IDEAL
    DIS IND USER
    OFF
    /*

     

    The dataset in PRTLIST then contains the list of the Ideal users.

     

    Umberto



  • 3.  Re: List of the Ideal users to a file?

    Posted Aug 07, 2018 12:28 PM

    Thank you, I got my list.

     

    Lydia Martinez

    U-haul International

    Database Admin

    602-263-6721

    x606-128

     

    jive-390529070-1zz7pp-2-405r9u@mail.ca-tech.jiveon.com on Tuesday, August



  • 4.  Re: List of the Ideal users to a file?

    Broadcom Employee
    Posted Aug 07, 2018 06:28 AM

    Hi Lydia,  

     

    As Umberto mentioned you can route the PRTLIST output to a dataset.

    This is mentioned in our online documentation here . https://docops.ca.com/ca-datacom-tools/15-1/en/utilizing-ca-ideal-for-ca-datacom/administrating-ca-ideal-for-ca-datacom/running-in-a-batch-environment

     

    Regards,

    Karina.



  • 5.  Re: List of the Ideal users to a file?

    Broadcom Employee
    Posted Aug 07, 2018 08:18 AM

    Hola Lydia, if you need a simple list of users, then you can use the batch commands and a PRTLIST file as Umberto and Karina mentioned.

     

    However, if you need more information - like the levels of authorization they have - we have a Knowledge Base article that you can review. The article is KB000053482, titled "How to list CA Ideal users and the system access levels," and here, too, you can route the PERSYS report to a file instead of SYSOUT.

     

    I hope that one of these options helps you, but if you need more detailed assistance, let us know and we can open a support case to help you further.