gil:

It does the whole PDS on 1.6 and 1.8. I just tried. 

How about: transmit host.user DA('sys1.macllib(splevel)')

For a test of something else, I ran the job step:

//TOJES    EXEC  PGM=IKJEFT01
//SYSTSPRT  DD   SYSOUT=(,)
//SYSTSIN   DD   *
    transmit host.user ddname(INDD) outddname(OUTDD)
//INDD      DD   DISP=SHR,DSN=SYS1.MACLIB(SPLEVEL)
//OUTDD     DD   SYSOUT=(,)

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.

-- gil

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