Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Ron Hawkins
] On Behalf Of Paul Gilmartin Sent: Tuesday, August 28, 2012 5:49 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [IBM-MAIN] TSO LOGON Reconnect confirmation. In the TSO graphic LOGON panel, I can either S Reconnect, in which it preempts any active session, or I can not select Reconnect, in which case

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Shmuel Metz (Seymour J.)
In 5214889636111450.wa.paulgboulderaim@listserv.ua.edu, on 08/28/2012 at 10:28 PM, Paul Gilmartin paulgboul...@aim.com said: You're right. I don't like it. How did you guess? Actually, in HLASM I could do anything, even write my own TMP. If I wanted to. If I knew how. Couldn't I?

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Binyamin Dissen
On Tue, 28 Aug 2012 19:48:51 -0500 Paul Gilmartin paulgboul...@aim.com wrote: :In the TSO graphic LOGON panel, I can either S Reconnect, in which :it preempts any active session, or I can not select Reconnect, in :which case it rejects the LOGON if another session is active. :Either of these

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread McKown, John
Company.SM -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gerhard Postpischil Sent: Tuesday, August 28, 2012 8:04 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: TSO LOGON Reconnect confirmation. On 8/28/2012 8:48 PM, Paul

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Gerhard Postpischil
On 8/29/2012 8:35 AM, McKown, John wrote: How do you do that? I looked in the book for 1.12. I remember from long ago a bit to set to suppress the ENQ on the userid ( SYSIKJUA id ). But I cannot find that bit in the documentation. I can't find a mapping macro, but in my code I have mapping of

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread McKown, John
: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gerhard Postpischil Sent: Wednesday, August 29, 2012 8:08 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: TSO LOGON Reconnect confirmation. On 8/29/2012 8:35 AM, McKown, John wrote: How do you do that? I looked

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Elardus Engelbrecht
Paul Gilmartin wrote: Most of this is due to IBM's not properly distinguishing between a session ID and a user ID and ought to be fixed. A conspicuous example is misdirection of notifications of completion of HSM background requests. Agreed. Its a PITA...

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Tony Harminc
On 28 August 2012 23:28, Paul Gilmartin paulgboul...@aim.com wrote: Actually, in HLASM I could do anything, even write my own TMP. If I wanted to. If I knew how. Couldn't I? You perhaps could, but the how is no longer documented, and requires use of OCO control blocks. IBM used to have a

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread McKown, John
: Wednesday, August 29, 2012 1:32 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: TSO LOGON Reconnect confirmation. On Wed, 29 Aug 2012 09:08:22 -0400, Gerhard Postpischil wrote: On 8/29/2012 8:35 AM, McKown, John wrote: How do you do that? I looked in the book for 1.12. I remember from long ago

TSO LOGON Reconnect confirmation.

2012-08-28 Thread Paul Gilmartin
In the TSO graphic LOGON panel, I can either S Reconnect, in which it preempts any active session, or I can not select Reconnect, in which case it rejects the LOGON if another session is active. Either of these behaviors is extreme. If there's another session, I'd like it to prompt me:

Re: TSO LOGON Reconnect confirmation.

2012-08-28 Thread Paul Gilmartin
On Tue, 28 Aug 2012 21:04:24 -0400, Gerhard Postpischil wrote: I'd like it to prompt me: Another session is active. R(econnect) or C(ancel)? Yes, but you probably won't like it. The method is to implement a pre-logon exit, which entails doing your own screen I/O, error recovery,