Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Shmuel Metz (Seymour J.)
In , on 08/29/2012 at 12:52 PM, Tony Harminc said: >You perhaps could, but the how is no longer documented, and requires >use of OCO control blocks. IBM used to have a manual called Guide to >Writing a Terminal Monitor Program or a Command Processor (or maybe >the two topics were the other way

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread McKown, John
Godfrey > Sent: 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

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Bill Godfrey
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 a bit to set to suppress the ENQ on the userid >> ( SYSIKJUA ). But I cannot find that bit in the >> document

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Tony Harminc
On 28 August 2012 23:28, Paul Gilmartin 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 manual called Guide

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... >http://www.mzelden.com/mvsu

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Paul Gilmartin
On Wed, 29 Aug 2012 08:06:59 -0500, Elardus Engelbrecht wrote: > >In z/OS V1R4, JES2 stopped preventing duplicate TSO/E logons. As a result, >duplicate instances of a given userid could logon at the same time to >different systems in the same JES2 MAS, depending on system settings. For >example,

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread McKown, John
; Sent: Wednesday, August 29, 2012 8:07 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: TSO LOGON Reconnect confirmation. > > John McKown 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 (

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread McKown, John
; From: 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: &

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 ). But I cannot find that bit in the documentation. I can't find a mapping macro, but in my code I have "mapping of c

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Elardus Engelbrecht
John McKown 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 ). But I cannot >find that bit in the documentation. Are you refering to this entry in GRSRNLxx member? RNLDEF RNL(EXCL) TYPE(SPECIFIC) QN

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

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Binyamin Dissen
On Tue, 28 Aug 2012 19:48:51 -0500 Paul Gilmartin 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 behaviors is ext

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 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? Yes, and IBM used

Re: TSO LOGON Reconnect confirmation.

2012-08-29 Thread Elardus Engelbrecht
Ron Hawkins wrote: >With TN3270 reconnect works fine, and so far always for at least half a >decade. I rely on it to switch from my laptop to my desktop and back. As long the logmode and screen geometry is the same, this is possible. I use 80x32 screens in Netview Access for such switching. Pau

Re: TSO LOGON Reconnect confirmation.

2012-08-28 Thread Ron Hawkins
UA.EDU] > 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

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 >recove

Re: TSO LOGON Reconnect confirmation.

2012-08-28 Thread Gerhard Postpischil
On 8/28/2012 8:48 PM, Paul Gilmartin 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 behaviors is extreme. If there's ano

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: A