View previous topic :: View next topic |
Author |
Message |
kalaignar_rs Beginner
Joined: 08 Apr 2006 Posts: 3 Topics: 3
|
Posted: Sun Apr 09, 2006 11:47 pm Post subject: Session Screen |
|
|
Hi,
I am having 7 or 8 session on mainframe screen and want to close all the session with single command. Please let me know if anybody have the answer for this ( "=X" will close only one session.)
Thanks
Kalai |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Sun Apr 09, 2006 11:58 pm Post subject: |
|
|
I don't know why this is posted in the database forum, but... assuming you mean ISPF running under TSO...
There is no command that will safely do what you want. There are some attempts (fastpath, for example) but you can not gaurentee that they will work because some applications save data with an END (PF3 or RETURN), others with ENTER, etc. And if you just crash your ISPF session then the profile changes will not be saved. If you have not changed the default setting for PF4 (not using keylists) thenit will be set to RETURN which is essentially a weak =X. Just press that until you are out (assuming that PF3 is the way you want to exit each application on each screen.
Needing to live dangerously? then use =7;crash or =7;abend
(this assumes that =7 takes you to dialog test, again, the default) |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|