Re: ind$file - omvs copy equivalent

2019-05-12 Thread Paul Gilmartin
On Mon, 13 May 2019 00:46:48 -0400, Mike Stramba wrote: >I had "thought" that ftp was an omvs / unix command. > Even issued as a UNIX command it can deal with old-fashioned data sets. >... Didn't even look for it in "TSO Help" :/ > Take your pick. -- gil

Re: ind$file - omvs copy equivalent

2019-05-12 Thread Mike Stramba
I had "thought" that ftp was an omvs / unix command. ... Didn't even look for it in "TSO Help" :/ Mike On 5/13/19, Mike Stramba wrote: > Because I didn't know that was possible ;) > > That's is now how I'm doing it :) > > Mike > > On 5/12/19, Tim Hare wrote: >> I don't understand why the OP

Re: ind$file - omvs copy equivalent

2019-05-12 Thread Mike Stramba
Because I didn't know that was possible ;) That's is now how I'm doing it :) Mike On 5/12/19, Tim Hare wrote: > I don't understand why the OP wants to receive it to USS and then copy it to > an MVS dataset when they could run FTP under TSO and receive the XMI file > directly? > >

Re: ind$file - omvs copy equivalent

2019-05-12 Thread Tim Hare
I don't understand why the OP wants to receive it to USS and then copy it to an MVS dataset when they could run FTP under TSO and receive the XMI file directly? -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: ind$file - omvs copy equivalent

2019-05-09 Thread Seymour J Metz
a.edu> Sent: Wednesday, May 8, 2019 9:14 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ind$file - omvs copy equivalent On Wed, 8 May 2019 20:40:12 +, Seymour J Metz wrote: >Yes, but you can FTP to an MVS file, which you can allocate with attributes. > "MVS file"? Do you mean

Re: ind$file - omvs copy equivalent

2019-05-09 Thread Seymour J Metz
http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Don Poitras Sent: Thursday, May 9, 2019 9:16 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ind$file - omvs copy equivalent In article <981761000637.wa.paulgboulder

Re: ind$file - omvs copy equivalent

2019-05-09 Thread Don Poitras
In article <981761000637.wa.paulgboulderaim@listserv.ua.edu> you wrote: > On Wed, 8 May 2019 20:40:12 +, 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

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Paul Gilmartin
On Wed, 8 May 2019 20:40:12 +, 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

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Jackson, Rob
4:40 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ind$file - omvs copy equivalent [External Email] Yes, but you can FTP to an MVS file, which you can allocate with attributes. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Seymour J Metz
; Sent: Wednesday, May 8, 2019 4:36 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ind$file - omvs copy equivalent On Wed, 8 May 2019 20:09:29 +, Seymour J Metz wrote: >What happens if you pre-allocate the file as FB 80 and do a binary FTP? > You can't pre-allocate a UNIX file wit

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Mike Stramba
on.gmu.edu/~smetz3 > > > From: IBM Mainframe Discussion List on behalf of > Mike Stramba > Sent: Wednesday, May 8, 2019 3:59 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: ind$file - omvs copy equivalent > > Is there is an OMVS "copy-to-mvs-fb80" eq

Re: ind$file - omvs copy equivalent

2019-05-08 Thread ITschak Mugzach
on.gmu.edu/~smetz3 > > > From: IBM Mainframe Discussion List on behalf > of Mike Stramba > Sent: Wednesday, May 8, 2019 3:59 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: ind$file - omvs copy equivalent > > Is there is an OMVS "co

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Paul Gilmartin
On Wed, 8 May 2019 20:09:29 +, Seymour J Metz wrote: >What happens if you pre-allocate the file as FB 80 and do a binary FTP? > You can't pre-allocate a UNIX file with attributes. > >From: Mike Stramba >Sent: Wednesday, May 8, 2019 3:59 PM >Is there

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Paul Gilmartin
On Wed, 8 May 2019 15:59:08 -0400, Mike Stramba wrote: >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) > >2) Now copy (cp ?) to a FB80 file. > >I've tried "cp test.XMI

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Jackson, Rob
On Behalf Of Mike Stramba Sent: Wednesday, May 08, 2019 3:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ind$file - omvs copy equivalent [External Email] Is there is an OMVS "copy-to-mvs-fb80" equivalent to an "ind$file" upload ? Scenario : 1) While in OMVS : ftp (receive)

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Pew, Curtis G
On May 8, 2019, at 2:59 PM, Mike Stramba mailto:mikestra...@gmail.com>> wrote: 1) While in OMVS : ftp (receive) an XMI file to the z/os system. (z/os 2.3) 2) Now copy (cp ?) to a FB80 file. I've tried "cp test.XMI '//user.FB80', but am getting an empty user.FB80 file. 3) then issue

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Seymour J Metz
@LISTSERV.UA.EDU Subject: ind$file - omvs copy equivalent 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) 2) Now copy (cp ?) to a FB80 file. I've tried "cp

ind$file - omvs copy equivalent

2019-05-08 Thread Mike Stramba
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) 2) Now copy (cp ?) to a FB80 file. I've tried "cp test.XMI '//user.FB80', but am getting an empty user.FB80 file. 3)