Thanks again Tony, and I tend to agree that going the storage route in this
case is a dead end.
I've been trying to avoid command/response when possible for a few reasons:
- Command response timeouts (a storage call when possible should be
immediate)
- Key message ID avoidance ("D TS" result was updated from IEE114I to
CNZ4105I in z/OS 2.3)
- Log noise ("D TS" produces a 3 line MLWTO)
- Extra/Undesired information returned (I'm interested explicitly in
USERMAX value)
If I can "quietly" get the exact information desired with less overhead, I
feel like I improved my world in a little way :-)
... and if I can't, that's ok too.
On Mon, Jul 8, 2019 at 5:30 PM Cieri, Anthony <[email protected]> wrote:
>
> I think that the TCAST is located in Fetch protected storage. You
> would need authorized code to even read it. I believe that is why Netview
> rexx gets a null values.
>
> Is there a problem with issuing commands???
>
> In my opinion, it would be easier to Pipe a 'D TS' command to MVS
> and parse the reply for the usermax value!!!
>
>
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Steve Horein
> Sent: Monday, July 08, 2019 5:39 PM
> To: [email protected]
> Subject: Re: Determine TSO USERMAX?
>
> [[ SEI WARNING *** This email was sent from an external source. Do not
> open attachments or click on links from unknown or suspicious senders. ***
> ]]
>
>
> Thanks Tony!
> My intent is to merely interrogate to ensure someone hadn't left an
> undesired value after a change window.
> Traveling down the path of CVT > TCAST > TCASUMAX using Rexx storage calls
> (via NetView) yields a null value.
> The old doc mentioned TCAST was located in "System common area", but
> perhaps it moved to private?
> Anyway, I appreciate the help!
>
>
> On Mon, Jul 8, 2019 at 3:56 PM Cieri, Anthony <[email protected]> wrote:
>
> >
> > Are you looking to set the usermax to an appropriate value via
> > automation, or simply trying to determine the current value??
> >
> > In the CVT there is a pointer to the TCAST, CVTTCASP is at offset
> > 1012 (x'3F4') in the CVT.
> >
> > I believe that TCASUMAX is a 2 byte field at offset 6 in the
> > TCAST. I think that you will need to be authorized to display it!!!
> >
> > Hth
> > Tony
> >
> >
> > -----Original Message-----
> > From: IBM Mainframe Discussion List [mailto:[email protected]] On
> > Behalf Of Steve Horein
> > Sent: Monday, July 08, 2019 3:52 PM
> > To: [email protected]
> > Subject: Determine TSO USERMAX?
> >
> > [[ SEI WARNING *** This email was sent from an external source. Do not
> > open attachments or click on links from unknown or suspicious senders.
> ***
> > ]]
> >
> >
> > Hi!
> > In an effort to improve automation, I am looking for a method to
> determine
> > TSO USERMAX other than issuing console commands. Blowing the dust off old
> > documentation, "z/OS V1R10.0 Comm Svr: SNA Data Areas Volume 1", I found
> > "TCASUMAX" in "Terminal Control Address Space Table" (TCAST). Neat. This
> > would seem to fill the need. However, it appears SNA Data Areas are no
> > longer being published for modern z operating systems to verify this
> > information is still available. Does anyone know of a way to get this
> > information?
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] with the message: INFO IBM-MAIN
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] with the message: INFO IBM-MAIN
> >
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN