On Fri, 12 Aug 2005 09:49:49 -0400, Earnie Allen <[EMAIL PROTECTED]> wrote:
>Is there a way to pick up the TSO userid [&sysuid] during logon and utilize >it in the specific TSO logon proc being used? > >I would like to use it as part of a DSN which I would like to be able to >create during logon and go away at logoff --- a monitoring-type dataset. > >Thanks! > > >Earnie Allen >Senior Systems Programmer >MVS Systems Software >WORLDSPAN, LP >Phone: 404-322-2700 FAX: 404-322-4653 >E-Mail: [EMAIL PROTECTED] > >Remember: It takes teamwork to make the dream work. > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, >send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO >Search the archives at http://bama.ua.edu/archives/ibm-main.html You can specify something like: //$TSOSM EXEC PGM=ADFMDF03,DYNAMNBR=200 (or PGM=IKJEFT01) //ISPPROF DD DISP=SHR,DSN=&SYSUID..&SYSNAME..ISPF.ISPPROF . . . You can insert the basic system variables. The above example inserts the TSO userid via &SYSUID, and your system ID (from IEASYSxx) via &SYSNAME. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

