Guys,

We use a version of RACF's command exit to capture data. My problem is
events are happening before a storage area is available, this is done later
with a STC , I am thinking of building a scratch area , messages are 100
bytes long, have the exit check for the scratch pad , if not there build it
, if there use it to save or store the messages until the STC comes up...

Am I think wrong ?

Scott

On Sunday, April 17, 2016, Sam Siegel <[email protected]> wrote:

> Yes.   If you needed the storage to outlive the TCB, you would need to use
> a subpool which allows the storage to outlive the TCB.
>
> On Sun, Apr 17, 2016 at 11:59 AM, Scott Ford <[email protected]
> <javascript:;>> wrote:
>
> > Hey Sam,
> >
> > In this case no, so I am safe with a storage obtain I would think ?
> >
> > A storage release when I am done and the tcb ends
> >
> > Scott
> >
> > On Sunday, April 17, 2016, Sam Siegel <[email protected] <javascript:;>>
> wrote:
> >
> > > Scott.   Does the storage need to out live the tcb which allocates it?
> > > On Apr 17, 2016 11:31 AM, "Scott Ford" <[email protected]
> <javascript:;>
> > <javascript:;>>
> > > wrote:
> > >
> > > > All:
> > > >
> > > > I have a question about storage and for purpose of this discussion
> > 31-bit
> > > > storage.
> > > > If a program key=0, wants to create an area of storage and later use
> > that
> > > > storage area what is the accepted method ?  I have been using a
> IEANTCR
> > > and
> > > > then a Storage Obtain..Is there a better way ? I realize I can use
> > > > Dataspaces but that would require a running STC if I read correctly
> ..
> > > >
> > > > Regards,
> > > > Scott
> > > >
> > >
> >
>

Reply via email to