Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-25 Thread Joe Monk
Yeah ... just start at /asm then scroll down in the list to TSO VTAM (IKT) and then to IKTCAS54. Joe On Sun, Oct 25, 2020 at 8:31 AM David Spiegel wrote: > Hi Joe, > I got 404 when I tried to click on the last 2 Links. > > Regards, > David > > On 2020-10-25 09:04, Joe Monk wrote: > > Hi Sam, >

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-25 Thread David Spiegel
Hi Joe, I got 404 when I tried to click on the last 2 Links. Regards, David On 2020-10-25 09:04, Joe Monk wrote: Hi Sam, Just a bit of background... If you go here :

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-25 Thread Joe Monk
Hi Sam, Just a bit of background... If you go here : http://www.stben.net/files/MVS_3.8/asm/ you can find a mostly complete set of routines for MVS 3.8J. In there you will find: http://www.stben.net/files/MVS_3.8/asm/TSO%20VTAM%20(IKT)/ which is the source code for TCAS... And in there you

How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-25 Thread Sam Golob
Dear Folks,     Thanks to Joe Monk for getting me the correct information.  First of all, the parameters, which have to be in "=" format, and not TSO format with parentheses, must PRECEDE the comments, and all of them, except the last one, have to be followed by a comma.  For example:

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-24 Thread Seymour J Metz
: Saturday, October 24, 2020 9:06 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: How can you change TCAS defaults using the TSOKEYxx PARMLIB member? Dear Folks, Clark understood my question correctly. (Hi Clark--haven't heard from you in a while.) The PARMLIB command deals with the IKJTSOxx member

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-24 Thread R.S.
I just read the manual and didn't found any reference to dynamic activation. Neither TSO PARMLIB nor other command. So, it seems one has to bounce TSO address space in order to change TSOKEYxx parameters. -- Radoslaw Skorupka Lodz, Poland W dniu 25.10.2020 o 02:31, Joe Monk pisze: Sam

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-24 Thread R.S.
Hint: TSO member in PARMLIB usually has reference to WRONG TSOKEYxx. That means the member is TSOKEYnn, but the library is CPAC.PARMLIB, AFAIK. Check it. Yes, it does not use logical parmlib, just DD. -- Radoslaw Skorupka Lodz, Poland W dniu 25.10.2020 o 02:06, Sam Golob pisze: Dear

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-24 Thread Joe Monk
Sam ... Page 761? https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R3SA231380/$file/ieae200_v2r3.pdf Joe On Sat, Oct 24, 2020 at 8:07 PM Sam Golob wrote: > Dear Folks, > > Clark understood my question correctly. (Hi Clark--haven't heard > from you in a while.) > >

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-24 Thread Ken Smith
re's the pity. > > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > > From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf > of Ken Smith [ksmith3...@gmail.com] > Sent: Friday, October 23, 2020 11:34 PM > To: IBM-MA

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-24 Thread Gibney, Dave
bject: How can you change TCAS defaults using the TSOKEYxx PARMLIB > member? > > Dear Folks, > >     Clark understood my question correctly.  (Hi Clark--haven't heard > from you in a while.) > >     The PARMLIB command deals with the IKJTSOxx member of PARMLIB.  I'm >

How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-24 Thread Sam Golob
Dear Folks,     Clark understood my question correctly.  (Hi Clark--haven't heard from you in a while.)     The PARMLIB command deals with the IKJTSOxx member of PARMLIB.  I'm interested in the TSOKEYxx member of PARMLIB which deals with TCAS.     There doesn't seem to be any member in

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-24 Thread Seymour J Metz
il.com] Sent: Friday, October 23, 2020 11:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member? See the TSO command PARMLIB in TSO/E System Programming Command Reference to view or update (implement) TSOKEYxx. On Fri, Oct 23, 2020 at 1

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-23 Thread Ken Smith
See the TSO command PARMLIB in TSO/E System Programming Command Reference to view or update (implement) TSOKEYxx. On Fri, Oct 23, 2020 at 10:05 PM Clark Morris wrote: > [Default] On 23 Oct 2020 15:01:21 -0700, in bit.listserv.ibm-main > sme...@gmu.edu (Seymour J Metz) wrote: > > >Did you bounce

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-23 Thread Clark Morris
[Default] On 23 Oct 2020 15:01:21 -0700, in bit.listserv.ibm-main sme...@gmu.edu (Seymour J Metz) wrote: >Did you bounce TSO after the change? If I understood Sam's question, it was how do you change TCAS defaults by using TSOKEYxx which means to me that he expects TSO to come up after IPL with

Re: How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-23 Thread Seymour J Metz
@LISTSERV.UA.EDU Subject: How can you change TCAS defaults using the TSOKEYxx PARMLIB member? Hi Folks, The TSOKEYxx parmlib member is supposed to have a whole set of parameters that can (supposedly) be changed for TCAS. I was not successful in being able to change ANY of them using

How can you change TCAS defaults using the TSOKEYxx PARMLIB member?

2020-10-23 Thread Sam Golob
Hi Folks,     The TSOKEYxx parmlib member is supposed to have a whole set of parameters that can (supposedly) be changed for TCAS.  I was not successful in being able to change ANY of them using the TSOKEYxx PARMLIB member.  The defaults always came back, no matter how I changed the TSOKEY00