The closest that I can find is IHAPDS in SYS1.MODGEN. But you must expand
it with PDSBLDL=NO. The default is YES. The first 8 bytes are the member
name. The next 3 bytes are the TTR. The next byte is an indicator byte.
Therefore the list must be at least 12 bytes. The number of bytes, up to
62, follow after.
struct stowlist {
char[8] member;
char[3] ttr;
char indic;
char[] user_data;
}
int size_of_user_data = (indic & 0x1F) << 1;
int number_of_ttrs_in_user_data = (indic & 0x60) >> 5;
On Tue, Mar 25, 2014 at 3:03 PM, Paul Gilmartin <[email protected]>wrote:
> I'm looking at the STOW description in:
>
>
> http://pic.dhe.ibm.com/infocenter/zos/v2r1/topic/com.ibm.zos.v2r1.idad500/d5166.htm
>
> This gives the Member List Format for several directory actions, but not,
> AFAICT, for
> Add or Replace. Where can I find this information.
>
> Is there a data area macro for the Member List?
>
> Thanks,
> gil
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
--
There is nothing more pleasant than traveling and meeting new people!
Genghis Khan
Maranatha! <><
John McKown
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN