According to the doc, BPXWDYN has additional keywords available vs TSO
ALLOCATE.  One of these is GDGNT, which has the following description:
"The S99GDGNT flag is set in the  S99FLAG1 field. For information
 about this flag, see z/OS MVS Programming: Authorized Assembler Services
Guide."

The Assem Serv Guide contains the following description for the S99GDGNT
flag:
"When the bit is on, the system is to use a LOCATE to determine the
relative generation number based on the most recent catalog information.
The relative generation number will reflect GDG data sets created or
deleted by other jobs in a multitasking environment.

When the bit is off, the system is to determine the relative generation
number based on the catalog information that was available the first time
the GDG was referenced during the job or TSO/E session.  The relative
generation number will reflect only those GDG data sets created or deleted
by this job."

See:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/bpxzb6a0/6.6?SHELF=bpxzshc0.bks&DT=20100628090654&CASE=

and

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2a8c0/26.1.5.1?SHELF=&DT=20110614135151&CASE=

Lou


Artificial Intelligence is no match for Natural Stupidity


On Thu, Jul 18, 2013 at 11:20 AM, Paul Gilmartin <[email protected]>wrote:

> On Thu, 18 Jul 2013 06:31:14 -0500, Norbert Friemel wrote:
> >
> >http://www-01.ibm.com/support/docview.wss?uid=isg1II08285
> >
> >"Note:  Dynamic allocations can turn on bit S99GDGNT to bypass
> >   using the table and thus always locate the current entry
> >   (generation 0) at the time of the allocation.  This allows
> >   them always to know the current generation, even when this
> >   job (or another job), running on the same system (or a
> >   different system, as long as the catalog is shared between
> >   systems) has added generations since this job began."
> >
> Is this available as an option in either TSO ALLOCATE or BPXWDYN?
>
> -- gil
>
> ----------------------------------------------------------------------
> 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

Reply via email to