In article <9777781761000637.wa.paulgboulderaim....@listserv.ua.edu> you wrote:
> On Wed, 8 May 2019 20:40:12 +0000, Seymour J Metz wrote:
> >Yes, but you can FTP to an MVS file, which you can allocate with attributes. 
> >
> "MVS file"?  Do you mean a data set, or as TSO overloads the term, a DDNAME?
> But the OP seemed to be interested in a UNIX file.
> Mike didn't say where this was coming from or going.  A UNIX file seems to
> be a roundabout way, but allocating a DDNAME and RECEIVE INDD() is
> straightforward and avoids the need for YA temporary storage.
> >>________________________________________
> >>From: Mike Stramba
> >>Sent: Wednesday, May 8, 2019 3:59 PM
> >>Is there is an OMVS "copy-to-mvs-fb80" equivalent to an "ind$file" upload ?
> >>
> >>Scenario :
> >>
> >>1) While in OMVS :   ftp (receive) an XMI file to the z/os system.  (z/os  
> >>2.3)
> >>  ...
> -- gil

I think it's the 2) step that Seymour is referring to:

2) Now copy (cp ?) to a FB80  file.

Just use ftp with 'quote site' commands. e.g.

ftp host
user/pass
bin
quote site lrecl=80
quote site blocksize=0
put file.xmi
quit


-- 
Don Poitras - SAS Development  -  SAS Institute Inc. - SAS Campus Drive
sas...@sas.com           (919) 531-5637                Cary, NC 27513

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to