I dunno. I've always done it this way:

//SYSTSIN DD * 
 XMIT A.B DSN(pds.name) OUTDS(flat.file) - 
 MEMBERS(member1 member2 etc) 

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Paul Gilmartin
Sent: Tuesday, February 20, 2007 12:34 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: TSO TRANSMIT of PDS member

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.

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