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 w

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

Re: ind$file - omvs copy equivalent

2019-05-09 Thread Seymour J Metz
erv.ua.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

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 DDNA

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 fil

Re: ind$file - omvs copy equivalent

2019-05-08 Thread Mike Stramba
On 5/8/19, Seymour J Metz wrote: > What happens if you pre-allocate the file as FB 80 and do a binary FTP? Ahh ! Didn't think of that ! get the.xmi '//me.ind' did the trick ! Thanks. Mike > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > _

Re: ind$file - omvs copy equivalent

2019-05-08 Thread ITschak Mugzach
As Seymour suggested, we use filezilla to transfer files and pre-allocate them. ITschak בתאריך יום ד׳, 8 במאי 2019, 23:09, מאת Seymour J Metz ‏: > What happens if you pre-allocate the file as FB 80 and do a binary FTP? > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > __

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 is

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
Pre Co:Z I had to do a bunch of shenanigans with scripts to copy files "automatically" from OMVS. You need to check out the -v and -W arguments of cp. Or just use Co:Z. First Tennessee Bank Mainframe Technical Support -Original Message- From: IBM Mainframe Discussion List On Behalf

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
What happens if you pre-allocate the file as FB 80 and do a binary FTP? -- Shmuel (Seymour J.) Metz http://mason.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