Top Secret

  • 1.  Does anyone know a way to distinguish between ACIDs with no password and ACIDs with a non-expiring password?

    Posted Jul 01, 2015 11:08 AM

    Does anyone know a way to distinguish between CA-Top Secret ACIDs with no password and ACIDs with a non-expiring password?



  • 2.  Re: Does anyone know a way to distinguish between ACIDs with no password and ACIDs with a non-expiring password?
    Best Answer

    Posted Jul 01, 2015 03:37 PM

    Yes - run the following JCL using the MSCA and review output for NOPW

     

    //ABC1234B JOB (ACCTCODE,54),USER=MSCA,  

    //            CLASS=A,MSGCLASS=X        

    //STEP0261 EXEC PGM=IKJEFT01  

    //SYSPRINT DD SYSOUT=*                  

    //SYSTSPRT DD  SYSOUT=*                  

    //SYSTSIN  DD  *                        

    TSS LIST(ACIDS)DATA(PASSWORD)            


    If you run with the MSCA, TSS will report any acid that does not have a password assigned as NOPW.    Only the MSCA can create the report that would display NOPW.



  • 3.  Re: Does anyone know a way to distinguish between ACIDs with no password and ACIDs with a non-expiring password?

    Broadcom Employee
    Posted Jul 02, 2015 12:08 PM

    Hello,

     

    Steve is 100% correct. Couldnt have said it better myself. Also, wanted to add that is the only way and there are no other alternatives to determine if an acid has no password.

     

    To request enhancement requests, please submit your idea to Ideation (https://communities.ca.com/docs/DOC-231151636), so it can be voted on by the community. The more votes the greater the chance it will be included in the product.

     

    Please let us know if there are further questions. If your question has been answered to your satisfaction, please close out this thread by responding that your question has been answered.

     

    Regards,

     

    Joseph Porto - CA Level 1 Support



  • 4.  Re: Does anyone know a way to distinguish between ACIDs with no password and ACIDs with a non-expiring password?

    Posted Jul 07, 2015 04:12 AM

    Hi,

     

    Did you try  ==> TSS WHOH NOPW  ?

    this works fine too ...

     

    Regards,

    Phil



  • 5.  Re: Does anyone know a way to distinguish between ACIDs with no password and ACIDs with a non-expiring password?

    Posted Jul 07, 2015 03:41 PM

    this just gives me the list with acids, that have the attribute "NOPWCHG", 'not allowed to change own password'



  • 6.  Re: Does anyone know a way to distinguish between ACIDs with no password and ACIDs with a non-expiring password?

    Posted Jul 08, 2015 03:03 AM

    Oh ... sorry

    You are right Djoni ...