Paul Gilmartin wrote:

>     transmit host.user ddname(INDD) outddname(OUTDD)
> //INDD      DD   DISP=SHR,DSN=SYS1.MACLIB(SPLEVEL)
 
> The logs and SYSOUT show that TRANSMIT seems to have unloaded
> and transmitted all of SYS1.MACLIB, not just SPLEVEL.  Has it
> always worked (FSVO "work") that way?  I thought that not
> very long ago it would transmit only the member in the INDD
> statement.
> 
> z/OS 1.7.

Does the same on z/OS 1.4. Since it appears to just pass the DDNAME directly
to IEBCOPY, I would guess it's always worked this way.

You can use the MEMBERS(...) keyword on XMIT. I just tried, and this does
correctly insert an IEBCOPY SELECT statement when used with DDNAME(...).

Tony H.

----------------------------------------------------------------------
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