Hi Barbara, This is what I run after TSO logon and before ISPF is started for real.
The code runs as an ISPF dialog...better if the ISPF LOG is set to 0 pages. We use 5 character user IDs. Address TSO sysclone_name = Strip(Left('MVSVAR'("SYMDEF ","SYSCLONE "),2)) console_name_suffix = Right("@" || sysclone_name,8-Length(Userid())) console_name = Left(Strip(Userid()) || Strip(console_name_suffix),8) Address ISPEXEC isfcons = console_name || "N" "VPUT (ISFCONS ) PROFILE" On Thu, 13 Aug 2009 00:00:48 -0500, Barbara Nitz <nitz-...@gmx.net> wrote: <snip> >>If this is not what you mean, can you elaborate a bit on what you do mean? >Check out Marks page on what needs to be done to allow this. As I explained >above, the broadcast issue *and* shared EMCS consoles via SDSF finally >made me uncustomize the use of the same userid. > >'shared EMCS consoles via SDSF': Whenever SDSF.LOG (the syslog/operlog) or >ULOG is called, an EMCS console is established. Unless explicitly customized to >use a different name on every system for that EMCS console (that was the >part I could not get the TSO users to grasp, not even some sysprogs), the >default name for that console is TSO userid. Inevitably they were in u/LOG on >one system and did not get responses to commands on the system they were >currently working. (Yes, I know there is a route command, yes, I know, SDSF >can customize the name of the EMCS console, no, I was unable to get *that* >concept across.) > <snip> > >Barbara Nitz > Regards Bruce Hewson ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html