Not quite; the binary option is relevant to step 1. I was assuming just doing a 
binary FTP to an MVS datset and using that for the RECEIVE, but if you insist 
on both an MVS data set and an OMVS file, then the binary goes on step 11 and 
the attibue goes on step 2.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3

________________________________________
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of Don 
Poitras <sas...@sas.com>
Sent: Thursday, May 9, 2019 9:16 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ind$file - omvs copy equivalent

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

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