Top Secret

  • 1.  Any advice how to write module for userid/password validation from TSO ?

    Posted Jan 03, 2017 08:47 AM

    Hello community.
    Any advice how to write (assembler) module for userid/password validation from TSO ?
    RACROUTE REQUEST=VERIFY  ..... ?



  • 2.  Re: Any advice how to write module for userid/password validation from TSO ?
    Best Answer

    Broadcom Employee
    Posted Jan 10, 2017 04:12 PM

    Hello,

     

    Following is the sample code snippet:

    MVC ROUTWRK1(ROUTLEN1),RACROUT1 MOVE IN RACROUTE MODEL
    RACROUTE REQUEST=VERIFY, X
    ENVIR=CREATE, X
    PASSCHK=YES, X
    PASSWRD=(R6), X
    USERID=(R5), X
    ACEE=ACEEADDR, X
    RELEASE=1.9.2, X
    MSGRTRN=YES, X
    MSGSP=1, X
    WORKA=RACWORK,MF=(E,ROUTWRK1)
    ***********************************************************************
    RACROUT1 RACROUTE REQUEST=VERIFY, X
    PASSCHK=YES, X
    RELEASE=1.9.2, X
    MF=L
    ROUTLEN1 EQU *-RACROUT1

     

    Top Secret has information about RACROUTE Verify at the following link: 

     

    RACROUTE REQUEST=VERIFY Call - CA Top Secret® for z/OS - 16.0 - CA Technologies Documentation 

     

    Cheers,

       Eileen



  • 3.  Re: Any advice how to write module for userid/password validation from TSO ?

    Posted Jan 13, 2017 07:14 AM
      |   view attached

    I found an example of PWVERIFY here: http://www.cbttape.org/xephon/xephonr/rac0411.pdf

    Tried to link it, but getting error. I'm not very good at coding yet :-(. May you please advice where in my code is error ? Thank you

    Attachment(s)

    zip
    RACROJC2.txt.zip   2 KB 1 version


  • 4.  Re: Any advice how to write module for userid/password validation from TSO ?

    Posted Jan 24, 2017 05:44 PM

    Jan,

     

    Please feel free to contact me via private message and I will be happy to assist you.

     

    John P. Baker



  • 5.  Re: Any advice how to write module for userid/password validation from TSO ?

    Broadcom Employee
    Posted Jan 17, 2017 04:45 PM

    Hi Rompf,

     

    I am not an assembler coder and we cannot/do not write assembler code.  I had this example so I shared it but it is not part of Top Secret and I cannot critique your code.....you are much better at that than I am.   I wish I could help you more but possibly someone else in the community knows assembler and will volunteer to read over your code.  This is more of a discussion between clients.

     

    Have a nice evening!!

        Eileen