In a recent note, Charles Mills said:

> Date:         Tue, 20 Feb 2007 14:25:02 -0800
> 
> This is part of the whole MVS schizophrenia on members IMHO.
> 
> - Does not SVC 99 info retrieval return DSORG=PO for DSN=pds.name(member)?
> - Can you not open DSN=pds.name(member) with a BPAM DCB and do FIND and BLDL
> against it?
> - Why does DSN=pds.name(member),DISP=(OLD,DELETE) not delete just the
> member? (Yes, I know, because the documentation says so.)
> 
> I think all of the above are inconsistent with MVS's "philosophy" of
> treating pds.name(member) "just as though" it were a sequential dataset.
> 
> Yes, yes, I know, it's always been this way and the documentation says so.
> 
And I found out how I misled myself.  In fact:

    //SYSTSIN   DD   *
        transmit host.user ddname(INDD) outddname(OUTDD)
    //INDD      DD   DISP=SHR,DSN=SYS1.MACLIB(SPLEVEL)

does transmit the entire library.  I suppose it has ever been thus;
I likely simply never tried it.  However, by experiment:

        transmit host.user dsn('SYS1.MACLIB(SPLEVEL)') outddname(OUTDD)

... transmits only member SPLEVEL, in IEBCOPY unloaded format.  Words
can not express how I feel about all this.  But Charles and Radoslaw
might make a good guess.

-- gil
-- 
StorageTek
INFORMATION made POWERFUL

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to