XMIT command

2010-07-20 Thread Micheal Butz
Hi Does anyone remember the syntax of the XMIT command To upload a binary file and make it a pds -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message

Re: XMIT command

2010-07-20 Thread Ed Finnell
In a message dated 7/20/2010 2:49:39 P.M. Central Daylight Time, michealb...@optonline.net writes: To upload a binary file and make it a pds >> RECEIVE -- For IBM-MAIN subscribe / signoff / archive access instructions, send

Re: XMIT command

2010-07-20 Thread McKown, John
The MEGA Life and Health Insurance Company.SM > -Original Message- > From: IBM Mainframe Discussion List > [mailto:ibm-m...@bama.ua.edu] On Behalf Of Micheal Butz > Sent: Tuesday, July 20, 2010 2:49 PM > To: IBM-MAIN@bama.ua.edu > Subject: XMIT command > > Hi

Re: XMIT command

2010-07-20 Thread Charles Mills
Behalf Of McKown, John Sent: Tuesday, July 20, 2010 12:53 PM To: IBM-MAIN@bama.ua.edu Subject: Re: XMIT command XMIT creates a sequential file for transmission. The reverse is done by the RECEIVE command. The simple way to look is to use the TSO HELP command: TSO HELP XMIT SYNTAX and TSO HELP

Re: XMIT command

2010-07-20 Thread Roger Bolan
like BINARY LOCSITE recfm=fb lrecl=1024 cylinders primary=100 secondary=10 blksize=0 --Roger On Tue, Jul 20, 2010 at 1:49 PM, Micheal Butz wrote: > Hi > > > > Does anyone remember the syntax of the XMIT command > > > > To upload

Re: XMIT command

2010-07-20 Thread Paul Gilmartin
On Tue, 20 Jul 2010 17:36:47 -0600, Roger Bolan wrote: > >If what you want is to take a PDS, move it through the network with FTP, >through non-MVS systems, and back to a PDS on another MVS system, I always >find that the safest and most reliable way to do that is to TERSE the >original PDS, then u

Re: XMIT command

2010-07-20 Thread Roger Bolan
On Tue, Jul 20, 2010 at 5:54 PM, Paul Gilmartin wrote: > On Tue, 20 Jul 2010 17:36:47 -0600, Roger Bolan wrote: > > > ... are you thinking > of IEBCOPY unload; TERSE; FTP; unTERSE; IEBCOPY load?) <-- Yes, that's > exactly the alternative I was thinking about. > > >

Re: XMIT command

2010-07-20 Thread Binyamin Dissen
On Tue, 20 Jul 2010 18:54:24 -0500 Paul Gilmartin wrote: :>On Tue, 20 Jul 2010 17:36:47 -0600, Roger Bolan wrote: :>>If what you want is to take a PDS, move it through the network with FTP, :>>through non-MVS systems, and back to a PDS on another MVS system, I always :>>find that the safest and