Re: Code after RUNNING status? - reformatted -



Whoops. EXEC was pasted with lots of blanks

For Vista I rewrote Tom's 'VSTEXEC' TSO command for VM.
It is available at < http://www.tombrennansoftware.com/other.html >
as VMVISTA VMARC
This allows changing the Window Title (and other options) of the current
session from CMS
only if the emulator is VISTA
Then EXEC I use is --

-----Start EXEC --
/* Set Title Bar on Vista Screen */
parse arg title
if title='' then do
"identify (lifo"
if rc<>0 then exit rc
pull us at sysid .
title='VM 'left(userid(),8)' at 'sysid
end
'VMVISTA SetOption("General","WindowTitle","'title'")'
-----End EXEC ---

By changing the Title sessions are named even when the session is
minimized.

Chris

Rob van der Heij wrote:
My approach to start the termulator sessions in the same order and
have the most popular sessions always in the same session (and use
Alt-1, Alt-2 to go to the right system). I am using Tom Brennan's
Vista tn3270 which lets me also color the frame and border of the
session. It shows the IP hostname in frame of the window too. And I
use the ID command a lot when jumping through a dozen sessions.

In the past I have also worked with different colors for some of the
output via the CP SCREEN command (like red CP output on the production
systems - as if that were enough to prevent that accidental shutdown).

Rob
..
For: Chris@xxxxxxxxxxxx




--
Chris Langford,
Cestrian Software:
Consulting services for: VM, VSE, MVS, z/VM, z/OS, OS/2, P/3x0 etc.

z/FM - A toolbox for VM & MVS at http://zfm.cestrian.com

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.



Relevant Pages

  • Re: Putty command line : how to execute initialization commands and keep the session opened ?
    ... OK - I did not realize you wanted to work in that window. ... into an xterm locally on my Windows PC. ... Command to tunnel through SSH ... (i usually prepend nohup to the second so I can close out the session ...
    (comp.security.ssh)
  • Re: Desktop Creation
    ... I would suggest you look at the documents released on Vista. ... attached on a new deskop of the interactive window station. ... another session. ... OpenWindowStationand CreateDekstop() apply always on the ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Suggestion for ATTACH command
    ... command and have that process then pop itself to the foreground of the decwindows display it is on. ... the right one and that forces on to cycle through all windows before finding that window you want to work on. ... I tend to either use the VUE mechanism and add the command to my session manager menu system, or use the key definition mechanism to add the command to the MB3 background menu, or commands like CREATE/TERMINAL or RUN/DETACH. ...
    (comp.os.vms)
  • Re: command window saving
    ... Before you start doing anything in the session, ... to turn on logging of inputs and outputs. ... command window?? ...
    (comp.soft-sys.matlab)
  • Re: [SLE] SUSEplugger crashing/hanging in 9.3
    ... The window is empty, does not even redraw its gray emptiness (if I click ... I tried to start another session with kde, with the command: ...
    (SuSE)

Loading