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,
> >
> > Just a bit of background...
> >
> > If you go here :
> https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.stben.net%2Ffiles%2FMVS_3.8%2Fasm%2Fdata=04%7C01%7C%7Cd3dac48eaa1d4215267b08d878e699c2%7C84df9e7fe9f640afb435%7C1%7C0%7C637392279102656730%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=v4lwbphN9UTToLQ7wK1xLpUcnmcl1LoWg2xzBCj%2F55s%3Dreserved=0
> you can find a
> > mostly complete set of routines for MVS 3.8J.
> >
> > In there you will find:
> >
> https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.stben.net%2Ffiles%2FMVS_3.8%2Fasm%2FTSO%2520VTAM%2520data=04%7C01%7C%7Cd3dac48eaa1d4215267b08d878e699c2%7C84df9e7fe9f640afb435%7C1%7C0%7C637392279102656730%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=m7M0E033aXQvzIIC2HpbsFdSSA%2BW8Cf9R5wJC8pmjjE%3Dreserved=0(IKT)/
> which is the
> > source code for TCAS...
> >
> > And in there you will find
> >
> https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.stben.net%2Ffiles%2FMVS_3.8%2Fasm%2FTSO%2520VTAM%2520data=04%7C01%7C%7Cd3dac48eaa1d4215267b08d878e699c2%7C84df9e7fe9f640afb435%7C1%7C0%7C637392279102656730%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=m7M0E033aXQvzIIC2HpbsFdSSA%2BW8Cf9R5wJC8pmjjE%3Dreserved=0(IKT)/IKTCAS54
> which is
> > the TCAS parm processor.
> >
> > If you check the logic you will see that it checks for a ',' to know how
> to
> > continue or to stop processing keywords. This is why all the keywords
> have
> > to come first in the member :)
> >
> > Anyway, a little bit of trivia for you :)
> >
> > Joe
> >
> > On Sun, Oct 25, 2020 at 1:10 AM Sam Golob  wrote:
> >
> >> 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:
> >>
> >> USERMAX=39,
> >>
> >> RECONLIM=1
> >>
> >> which is written BEFORE the comments.
> >>
> >>   ALSO, I bounced the TSO address space.
> >>
> >> The resulting SHOWTCAS display is:  (CBT File 731 -
> https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.cbttape.org%2Fdata=04%7C01%7C%7Cd3dac48eaa1d4215267b08d878e699c2%7C84df9e7fe9f640afb435%7C1%7C0%7C637392279102656730%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=Wu5oJl7x%2BwzrijrM9%2BNzMDNJugmLYPnQIc93qHKcuw4%3Dreserved=0
> -
> >> Updates page)
> >>
> >> SHOWTCAS - TERMINAL CONTROL ADDRESS SPACE - FIELDS
> >>     --- --- - --
> >> Display of Settings and Addresses having
> >>  to do with the TSOKEYxx PARMLIB member
> >>  at the beginning of the IKTTCAST macro
> >>8-CHARACTER USERID SUPPORT IS: ON
> >>  TCAS ADDRESS: 00C2EDC8
> >>
> >> addr  fieldvalue explanation
> >>   -- ---
> >> +0  TCASID   TCAS Control block identifier
> >> +4  TCASUSEC 0001 Number of active users - HEX
> >>  1Number of active users - DEC
> >> +6  TCASUMAX 0027 TSO Maxusers number - HEX
> >> 39TSO Maxusers number - DEC
> >> +8  TCASACBP  ACB Password
> >>+10  TCASRCON 0001 Reconnect time in minutes - HEX
> >>  1Reconnect time in minutes - DEC
> >>+12  TCASCLSZ 0084 Buffer Size - HEX
> >>132Buffer Size - DEC
> >>+14  TCASHBUF BB80 High Buffer Threshold - HEX
> >>  48000High Buffer Threshold - DEC
> >>+18  TCASLBUF 5DC0 Low Buffer Threshold - HEX
> >>  24000Low Buffer Threshold - DEC
> >>+1C  TCASCRSZ 01E0 Screen Size - HEX
> >>480Screen Size - DEC
> >>+1E  TCASCHNL 04   Maximum Chain Length - HEX
> >>  4Maximum Chain Length - DEC
> >>+1F  TCASENGT 00   ENGTRANS Value 0-Base,1-Ext,2-None
> >>
> >>Thanks very much to all of you for your interest, and thanks, Joe
> >> Monk, for the correct reply.
> >>
> >>All the best of everything to all of you.
> 

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 : 
https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.stben.net%2Ffiles%2FMVS_3.8%2Fasm%2Fdata=04%7C01%7C%7Cd3dac48eaa1d4215267b08d878e699c2%7C84df9e7fe9f640afb435%7C1%7C0%7C637392279102656730%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=v4lwbphN9UTToLQ7wK1xLpUcnmcl1LoWg2xzBCj%2F55s%3Dreserved=0
 you can find a
mostly complete set of routines for MVS 3.8J.

In there you will find:
https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.stben.net%2Ffiles%2FMVS_3.8%2Fasm%2FTSO%2520VTAM%2520data=04%7C01%7C%7Cd3dac48eaa1d4215267b08d878e699c2%7C84df9e7fe9f640afb435%7C1%7C0%7C637392279102656730%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=m7M0E033aXQvzIIC2HpbsFdSSA%2BW8Cf9R5wJC8pmjjE%3Dreserved=0(IKT)/
 which is the
source code for TCAS...

And in there you will find
https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.stben.net%2Ffiles%2FMVS_3.8%2Fasm%2FTSO%2520VTAM%2520data=04%7C01%7C%7Cd3dac48eaa1d4215267b08d878e699c2%7C84df9e7fe9f640afb435%7C1%7C0%7C637392279102656730%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=m7M0E033aXQvzIIC2HpbsFdSSA%2BW8Cf9R5wJC8pmjjE%3Dreserved=0(IKT)/IKTCAS54
 which is
the TCAS parm processor.

If you check the logic you will see that it checks for a ',' to know how to
continue or to stop processing keywords. This is why all the keywords have
to come first in the member :)

Anyway, a little bit of trivia for you :)

Joe

On Sun, Oct 25, 2020 at 1:10 AM Sam Golob  wrote:


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:

USERMAX=39,

RECONLIM=1

which is written BEFORE the comments.

  ALSO, I bounced the TSO address space.

The resulting SHOWTCAS display is:  (CBT File 731 - 
https://nam12.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.cbttape.org%2Fdata=04%7C01%7C%7Cd3dac48eaa1d4215267b08d878e699c2%7C84df9e7fe9f640afb435%7C1%7C0%7C637392279102656730%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000sdata=Wu5oJl7x%2BwzrijrM9%2BNzMDNJugmLYPnQIc93qHKcuw4%3Dreserved=0
 -
Updates page)

SHOWTCAS - TERMINAL CONTROL ADDRESS SPACE - FIELDS
    --- --- - --
Display of Settings and Addresses having
 to do with the TSOKEYxx PARMLIB member
 at the beginning of the IKTTCAST macro
   8-CHARACTER USERID SUPPORT IS: ON
 TCAS ADDRESS: 00C2EDC8

addr  fieldvalue explanation
  -- ---
+0  TCASID   TCAS Control block identifier
+4  TCASUSEC 0001 Number of active users - HEX
 1Number of active users - DEC
+6  TCASUMAX 0027 TSO Maxusers number - HEX
39TSO Maxusers number - DEC
+8  TCASACBP  ACB Password
   +10  TCASRCON 0001 Reconnect time in minutes - HEX
 1Reconnect time in minutes - DEC
   +12  TCASCLSZ 0084 Buffer Size - HEX
   132Buffer Size - DEC
   +14  TCASHBUF BB80 High Buffer Threshold - HEX
 48000High Buffer Threshold - DEC
   +18  TCASLBUF 5DC0 Low Buffer Threshold - HEX
 24000Low Buffer Threshold - DEC
   +1C  TCASCRSZ 01E0 Screen Size - HEX
   480Screen Size - DEC
   +1E  TCASCHNL 04   Maximum Chain Length - HEX
 4Maximum Chain Length - DEC
   +1F  TCASENGT 00   ENGTRANS Value 0-Base,1-Ext,2-None

   Thanks very much to all of you for your interest, and thanks, Joe
Monk, for the correct reply.

   All the best of everything to all of you.

Sincerely, Sam

P.S.  The SHOWTCAS command has an ALL parameter, which will display the
entire real contents (mostly addresses) in the IKTTCAST macro, with all
the correct values for your LPAR, below the settings which are displayed
here.  I figured that most people don't want to see the whole thing.
They are just interested in the current settings.  So ALL is not the
default.



--
For IBM-MAIN subscribe / signoff / archive access instructions,

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 will find
http://www.stben.net/files/MVS_3.8/asm/TSO%20VTAM%20(IKT)/IKTCAS54 which is
the TCAS parm processor.

If you check the logic you will see that it checks for a ',' to know how to
continue or to stop processing keywords. This is why all the keywords have
to come first in the member :)

Anyway, a little bit of trivia for you :)

Joe

On Sun, Oct 25, 2020 at 1:10 AM Sam Golob  wrote:

> 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:
>
> USERMAX=39,
>
> RECONLIM=1
>
> which is written BEFORE the comments.
>
>  ALSO, I bounced the TSO address space.
>
> The resulting SHOWTCAS display is:  (CBT File 731 - www.cbttape.org -
> Updates page)
>
>SHOWTCAS - TERMINAL CONTROL ADDRESS SPACE - FIELDS
>    --- --- - --
>Display of Settings and Addresses having
> to do with the TSOKEYxx PARMLIB member
> at the beginning of the IKTTCAST macro
>   8-CHARACTER USERID SUPPORT IS: ON
> TCAS ADDRESS: 00C2EDC8
>
> addr  fieldvalue explanation
>   -- ---
>+0  TCASID   TCAS Control block identifier
>+4  TCASUSEC 0001 Number of active users - HEX
> 1Number of active users - DEC
>+6  TCASUMAX 0027 TSO Maxusers number - HEX
>39TSO Maxusers number - DEC
>+8  TCASACBP  ACB Password
>   +10  TCASRCON 0001 Reconnect time in minutes - HEX
> 1Reconnect time in minutes - DEC
>   +12  TCASCLSZ 0084 Buffer Size - HEX
>   132Buffer Size - DEC
>   +14  TCASHBUF BB80 High Buffer Threshold - HEX
> 48000High Buffer Threshold - DEC
>   +18  TCASLBUF 5DC0 Low Buffer Threshold - HEX
> 24000Low Buffer Threshold - DEC
>   +1C  TCASCRSZ 01E0 Screen Size - HEX
>   480Screen Size - DEC
>   +1E  TCASCHNL 04   Maximum Chain Length - HEX
> 4Maximum Chain Length - DEC
>   +1F  TCASENGT 00   ENGTRANS Value 0-Base,1-Ext,2-None
>
>   Thanks very much to all of you for your interest, and thanks, Joe
> Monk, for the correct reply.
>
>   All the best of everything to all of you.
>
> Sincerely, Sam
>
> P.S.  The SHOWTCAS command has an ALL parameter, which will display the
> entire real contents (mostly addresses) in the IKTTCAST macro, with all
> the correct values for your LPAR, below the settings which are displayed
> here.  I figured that most people don't want to see the whole thing.
> They are just interested in the current settings.  So ALL is not the
> default.
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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:


USERMAX=39,

RECONLIM=1

which is written BEFORE the comments.

    ALSO, I bounced the TSO address space.

The resulting SHOWTCAS display is:  (CBT File 731 - www.cbttape.org - 
Updates page)


  SHOWTCAS - TERMINAL CONTROL ADDRESS SPACE - FIELDS
      --- --- - --
  Display of Settings and Addresses having
   to do with the TSOKEYxx PARMLIB member
   at the beginning of the IKTTCAST macro
 8-CHARACTER USERID SUPPORT IS: ON
   TCAS ADDRESS: 00C2EDC8

addr  field    value explanation
  -    - ---
  +0  TCASID   TCAS Control block identifier
  +4  TCASUSEC 0001 Number of active users - HEX
   1    Number of active users - DEC
  +6  TCASUMAX 0027 TSO Maxusers number - HEX
  39    TSO Maxusers number - DEC
  +8  TCASACBP  ACB Password
 +10  TCASRCON 0001 Reconnect time in minutes - HEX
   1    Reconnect time in minutes - DEC
 +12  TCASCLSZ 0084 Buffer Size - HEX
 132    Buffer Size - DEC
 +14  TCASHBUF BB80 High Buffer Threshold - HEX
   48000    High Buffer Threshold - DEC
 +18  TCASLBUF 5DC0 Low Buffer Threshold - HEX
   24000    Low Buffer Threshold - DEC
 +1C  TCASCRSZ 01E0 Screen Size - HEX
 480    Screen Size - DEC
 +1E  TCASCHNL 04   Maximum Chain Length - HEX
   4    Maximum Chain Length - DEC
 +1F  TCASENGT 00   ENGTRANS Value 0-Base,1-Ext,2-None

 Thanks very much to all of you for your interest, and thanks, Joe 
Monk, for the correct reply.


 All the best of everything to all of you.

Sincerely, Sam

P.S.  The SHOWTCAS command has an ALL parameter, which will display the 
entire real contents (mostly addresses) in the IKTTCAST macro, with all 
the correct values for your LPAR, below the settings which are displayed 
here.  I figured that most people don't want to see the whole thing.  
They are just interested in the current settings.  So ALL is not the 
default.




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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

2020-10-24 Thread Seymour J Metz
Please post your TSO proc and the DSN and member of the TSOKEYxx you edited.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Sam 
Golob [sbgo...@cbttape.org]
Sent: 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 of PARMLIB.  I'm
interested in the TSOKEYxx member of PARMLIB which deals with TCAS.

 There doesn't seem to be any member in SYS1.SAMPLIB that deals with
the correct syntax to code a non-default TSOKEYxx member.

 I did bounce TSO.  I even IPL-ed several times.  I would like some
help. Thanks

 All the best of everything to all of you.

Sincerely,Sam


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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

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.)

  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 SYS1.SAMPLIB that deals with
the correct syntax to code a non-default TSOKEYxx member.

  I did bounce TSO.  I even IPL-ed several times.  I would like some
help. Thanks

  All the best of everything to all of you.

Sincerely,Sam





==

Jeśli nie jesteś adresatem tej wiadomości:

- powiadom nas o tym w mailu zwrotnym (dziękujemy!),
- usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub zapisałeś 
na dysku).
Wiadomość ta może zawierać chronione prawem informacje, które może wykorzystać 
tylko adresat.Przypominamy, że każdy, kto rozpowszechnia (kopiuje, rozprowadza) 
tę wiadomość lub podejmuje podobne działania, narusza prawo i może podlegać 
karze.

mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. Sąd Rejonowy dla m. st. 
Warszawy XII Wydział Gospodarczy Krajowego Rejestru Sądowego, KRS 025237, 
NIP: 526-021-50-88. Kapitał zakładowy (opłacony w całości) według stanu na 
01.01.2020 r. wynosi 169.401.468 złotych.

If you are not the addressee of this message:

- let us know by replying to this e-mail (thank you!),
- delete this message permanently (including all the copies which you have 
printed out or saved).
This message may contain legally protected information, which may be used 
exclusively by the addressee.Please be reminded that anyone who disseminates 
(copies, distributes) this message or takes any similar action, violates the 
law and may be penalised.

mBank S.A. with its registered office in Warsaw, ul. Senatorska 18, 00-950 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. District Court for the Capital 
City of Warsaw, 12th Commercial Division of the National Court Register, KRS 
025237, NIP: 526-021-50-88. Fully paid-up share capital amounting to PLN 
169.401.468 as at 1 January 2020.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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 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 SYS1.SAMPLIB that deals 
with the correct syntax to code a non-default TSOKEYxx member.


    I did bounce TSO.  I even IPL-ed several times.  I would like some 
help. Thanks


    All the best of everything to all of you.

Sincerely,    Sam


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
.



==

Jeśli nie jesteś adresatem tej wiadomości:

- powiadom nas o tym w mailu zwrotnym (dziękujemy!),
- usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub zapisałeś 
na dysku).
Wiadomość ta może zawierać chronione prawem informacje, które może wykorzystać 
tylko adresat.Przypominamy, że każdy, kto rozpowszechnia (kopiuje, rozprowadza) 
tę wiadomość lub podejmuje podobne działania, narusza prawo i może podlegać 
karze.

mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. Sąd Rejonowy dla m. st. 
Warszawy XII Wydział Gospodarczy Krajowego Rejestru Sądowego, KRS 025237, 
NIP: 526-021-50-88. Kapitał zakładowy (opłacony w całości) według stanu na 
01.01.2020 r. wynosi 169.401.468 złotych.

If you are not the addressee of this message:

- let us know by replying to this e-mail (thank you!),
- delete this message permanently (including all the copies which you have 
printed out or saved).
This message may contain legally protected information, which may be used 
exclusively by the addressee.Please be reminded that anyone who disseminates 
(copies, distributes) this message or takes any similar action, violates the 
law and may be penalised.

mBank S.A. with its registered office in Warsaw, ul. Senatorska 18, 00-950 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. District Court for the Capital 
City of Warsaw, 12th Commercial Division of the National Court Register, KRS 
025237, NIP: 526-021-50-88. Fully paid-up share capital amounting to PLN 
169.401.468 as at 1 January 2020.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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.)
>
>  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 SYS1.SAMPLIB that deals with
> the correct syntax to code a non-default TSOKEYxx member.
>
>  I did bounce TSO.  I even IPL-ed several times.  I would like some
> help. Thanks
>
>  All the best of everything to all of you.
>
> Sincerely,Sam
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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

2020-10-24 Thread Ken Smith
Oops, wrong member, sorry.

On Sat, Oct 24, 2020 at 7:47 PM Seymour J Metz  wrote:

> "* PARMLIB command
>_ maintain the active IKJTSOxx member of SYS1.PARMLIB, which includes
>  listing the specifications and dynamically updating the member
>  without a re-IPL. You can also check the syntax of any IKJTSOxx
>  member of SYS1.PARMLIB."
>
>  and
>
> "PARMLIB command
>  Use the PARMLIB command to:
>  * Display the specifications in the active IKJTSOxx member of
>SYS1.PARMLIB for:
>_ one system
>_ all systems in a sysplex, or
>_ a subset of systems in a sysplex
>  * Dynamically change the active member without a re-IPL for:
>_ one system
>_ all systems in a sysplex, or
>_ a subset of systems in a sysplex"
>
> No TSOKEYxx there, more'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-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 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 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 the values in TSOKEYxx, not the defaults and that this
> > isn't happening.
> >
> > Clark Morris
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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

2020-10-24 Thread Gibney, Dave
Verify in the SYSLOG that the TSOKEYxx member you desire is actually the one 
being read and processed

> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Sam Golob
> Sent: Saturday, October 24, 2020 6:07 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 of PARMLIB.  I'm
> interested in the TSOKEYxx member of PARMLIB which deals with TCAS.
> 
>      There doesn't seem to be any member in SYS1.SAMPLIB that deals with
> the correct syntax to code a non-default TSOKEYxx member.
> 
>      I did bounce TSO.  I even IPL-ed several times.  I would like some
> help. Thanks
> 
>      All the best of everything to all of you.
> 
> Sincerely,    Sam
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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 SYS1.SAMPLIB that deals with 
the correct syntax to code a non-default TSOKEYxx member.


    I did bounce TSO.  I even IPL-ed several times.  I would like some 
help. Thanks


    All the best of everything to all of you.

Sincerely,    Sam


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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

2020-10-24 Thread Seymour J Metz
"* PARMLIB command
   _ maintain the active IKJTSOxx member of SYS1.PARMLIB, which includes
 listing the specifications and dynamically updating the member
 without a re-IPL. You can also check the syntax of any IKJTSOxx
 member of SYS1.PARMLIB."

 and

"PARMLIB command
 Use the PARMLIB command to:
 * Display the specifications in the active IKJTSOxx member of
   SYS1.PARMLIB for:
   _ one system
   _ all systems in a sysplex, or
   _ a subset of systems in a sysplex
 * Dynamically change the active member without a re-IPL for:
   _ one system
   _ all systems in a sysplex, or
   _ a subset of systems in a sysplex"

No TSOKEYxx there, more'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-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 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 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 the values in TSOKEYxx, not the defaults and that this
> isn't happening.
>
> Clark Morris
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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 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 the values in TSOKEYxx, not the defaults and that this
> isn't happening.
>
> Clark Morris
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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 the values in TSOKEYxx, not the defaults and that this
isn't happening.

Clark Morris

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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

2020-10-23 Thread Seymour J Metz
Did you bounce TSO after the change?


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Sam 
Golob [sbgo...@cbttape.org]
Sent: Friday, October 23, 2020 5:06 PM
To: IBM-MAIN@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 the TSOKEYxx
PARMLIB member.  The defaults always came back, no matter how I changed
the TSOKEY00 PARMLIB member which was pointed to by the PARMLIB DD name
in the TSO startup procedure.

 This is perplexing.  I have already written a set of authorized TSO
commands to change any of the parms in TCAS, on the fly (CBT Tape File
731).  And I have an authorized TSO command (called SHOWTCAS) which
displays all of the current settings.  But I want to know how to change
them "the regular way", using the PARMLIB member.  No success as yet.
Please help.

 Thanks.

 All the best of everything to all of you.

Sincerely,Sam


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


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 PARMLIB member which was pointed to by the PARMLIB DD name 
in the TSO startup procedure.


    This is perplexing.  I have already written a set of authorized TSO 
commands to change any of the parms in TCAS, on the fly (CBT Tape File 
731).  And I have an authorized TSO command (called SHOWTCAS) which 
displays all of the current settings.  But I want to know how to change 
them "the regular way", using the PARMLIB member.  No success as yet.  
Please help.


    Thanks.

    All the best of everything to all of you.

Sincerely,    Sam


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN