View previous topic :: View next topic |
Author |
Message |
Martin Beginner

Joined: 20 Mar 2006 Posts: 133 Topics: 58
|
Posted: Fri Jun 16, 2006 4:16 pm Post subject: Log off script |
|
|
Hi All,
I would want to know Is it possible to write a REXX script which will execute when the TSO ID logs off from the session.
Say for Ex: -
I want all my jobs to be purged when i log off.
Is this possible?
Thanks,
Martin |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Fri Jun 16, 2006 4:43 pm Post subject: |
|
|
You could run a logon CLIST from the signon screen that was something like this:[code:1:990fc388d5]CONTROL MAIN NOFLUSH ASIS
SET ISPFDONE = 0
DO WHILE &FOO |
|
Back to top |
|
 |
|
|