View previous topic :: View next topic |
Author |
Message |
Suresh Lakshmanan Beginner
Joined: 12 Aug 2003 Posts: 1 Topics: 1
|
Posted: Tue Aug 12, 2003 7:44 am Post subject: REXX execution when auto logoff is enabled |
|
|
I'm trying to run a REXX code ( for calculation of Mainframe session cost ).
I was executing the REXX from a Clist which we use to logoff from a session. The cost and the User ID is written to a dataset whenever this operation is performed. ( when the user himself logs off from a session).
My Question is, since Auto Logoff is enabled in our system, the session of an user gets logged off on its own. In this case we will not be able to run the Clist which we use to logoff.
Is there any way to run the ' cost calculating Rexx ' when the auto logoff is executed .? or is there any alternative solution ? |
|
Back to top |
|
 |
Mike Beginner

Joined: 03 Dec 2002 Posts: 114 Topics: 0 Location: Sydney, Australia
|
Posted: Mon Aug 18, 2003 6:59 pm Post subject: |
|
|
The alternative solution would be to utilise SMF records to determine the costs. You may wish to have a word with the capacity/performance team as they frequently utilise SMF records. _________________ Regards,
Mike. |
|
Back to top |
|
 |
|
|