Re: SFTP issue with GDG Dataset

2017-05-02 Thread venkat kulkarni
After adding disp parameter to indd and outdd dd stmt and I was able to copy this gdg into PS file and sorry for this silly mistake. Thanks for all support. On 01-May-2017 6:41 PM, "J R" wrote: > Yep, my first response was returned because it began with a slash. >

Re: SFTP issue with GDG Dataset

2017-05-01 Thread J R
Yep, my first response was returned because it began with a slash. Listserv thought it might be a command. Sent from my iPhone > On May 1, 2017, at 11:36, Carmen Vitullo wrote: > > Thanks, that must have been snipped from some responses - > Carmen

Re: SFTP issue with GDG Dataset

2017-05-01 Thread Carmen Vitullo
Thanks, that must have been snipped from some responses - Carmen - Original Message - From: "J R" <jayare...@hotmail.com> To: IBM-MAIN@LISTSERV.UA.EDU Sent: Monday, May 1, 2017 10:31:36 AM Subject: Re: SFTP issue with GDG Dataset " //SORTIN DD DSN=TEST.T

Re: SFTP issue with GDG Dataset

2017-05-01 Thread J R
" //SORTINDD DSN=TEST.TEST.TEMP(0),UNIT=3390, // VOL=SER=TSO020 DISP defaults to NEW,DELETE. GDG (0) requires OLD or SHR. Sent from my iPhone > On May 1, 2017, at 11:04, Carmen Vitullo wrote: > > Very good pointers from Lizette, I'm confused, I don't see

Re: SFTP issue with GDG Dataset

2017-05-01 Thread Carmen Vitullo
Very good pointers from Lizette, I'm confused, I don't see any SORTIN DD where you got your JCL ERROR - Original Message - From: "Lizette Koehler" <stars...@mindspring.com> To: IBM-MAIN@LISTSERV.UA.EDU Sent: Monday, May 1, 2017 9:46:12 AM Subject: Re: SFTP issue

Re: SFTP issue with GDG Dataset

2017-05-01 Thread Lizette Koehler
specify Hope this helps Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of venkat kulkarni > Sent: Monday, May 01, 2017 12:17 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: SFTP issue with GDG

Re: SFTP issue with GDG Dataset

2017-05-01 Thread Paul Gilmartin
On Mon, 1 May 2017 07:47:24 +0300, venkat kulkarni wrote: > >I have requirement to send GDG file to unix system using SFTP, but OPUT >command was not accepting this, So, I thought of adding one more >additional step into Job for coping GDG dataset to PS file and then PS file >copy unix directory

Re: SFTP issue with GDG Dataset

2017-05-01 Thread Edward Finnell
Sometimes listserv is too smart. >//INDD DD DSN=TEST.TEST.TEMP(1),DISP=SHR >or >//INDD DD DSN=TEST.TEST.TEMP.G0001V00,DISP=SHR >or >//INDD DD DSN=TEST.TEST.TEMP.DISP=SHR >//OUTDD DSN=TEST.TEST.TEMPPS,needs DCB and SPACE parameters with >

Re: SFTP issue with GDG Dataset

2017-05-01 Thread Gibney, Dave
, 2017 12:17 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: SFTP issue with GDG Dataset > > Hello, > > Thanks for reply. JCL mentioned in my previous email for creating GDG > > > > //DEFGDG JOB 1130,'TEST', > > // MSGCLASS=T,NOTIFY=,REGION=4096

Re: SFTP issue with GDG Dataset

2017-05-01 Thread venkat kulkarni
Hello, Thanks for reply. JCL mentioned in my previous email for creating GDG //DEFGDG JOB 1130,'TEST', // MSGCLASS=T,NOTIFY=,REGION=4096K //BUILD EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSINDD * DEFINE GDG (NAME(TEST.TEST.TEMP) - SCRATCH

Re: SFTP issue with GDG Dataset

2017-04-30 Thread Edward Finnell
JCL 101. It's telling you the DISP parameter doesn't match what you're asking it to do. Default is (NEW,CATLG,DELETE). In a message dated 4/30/2017 11:47:33 P.M. Central Daylight Time, venkatkulkarn...@gmail.com writes: Please correct me, where I am wrong in this whole proess.

SFTP issue with GDG Dataset

2017-04-30 Thread venkat kulkarni
Hello Group, I have requirement to send GDG file to unix system using SFTP, but OPUT command was not accepting this, So, I thought of adding one more additional step into Job for coping GDG dataset to PS file and then PS file copy unix directory and then use SFTP to transfer file to other

AW: Re: SFTP issue

2017-04-06 Thread Peter Hunkeler
>The customer is uploading via a webpage . I may have missed something, but I understand, firstly the data does not even arrive completely on the Linux, and secondly this is probably HTTP/HTTPS data transfer since you mention "via webpage". It seems to me FTP is not yet involved, but a

AW: Re: SFTP issue

2017-04-06 Thread Peter Hunkeler
> Do you have the option to go directly to the Mainframe? Maybe the z/Unix > side and grab it from there? What is "z/UNIX side"? Did you meant zLinux or z/OS Unix? If the former what would be the difference to the current situation, which is Linux under some "VM" (not specfied)? If the

Re: SFTP issue

2017-04-04 Thread Paul Gilmartin
On Tue, 4 Apr 2017 13:43:06 -0700, Sri h Kolusu wrote: > >Do you have matching DCB properties on SITE command to match the excel >file properties? > Excel flles don't have "properties". Properties are a mainframe perversion. >>>And last but not least, z/OS FTP's processing of concatenated

Re: SFTP issue

2017-04-04 Thread Sri h Kolusu
DSN=USERID.FILE3,DISP=SHR //SYSIN DD * put //DD:INFILE1 remote.file append //DD:INFILE2 remote.file append //DD:INFILE3 remote.file Thanks, Kolusu From: Ron Thomas <ron5...@gmail.com> To: IBM-MAIN@LISTSERV.UA.EDU Date: 04/03/2017 03:16 PM Subject:SFTP issue Sent by

Re: SFTP issue

2017-04-04 Thread PINION, RICHARD W.
ubject: Re: SFTP issue LOL at myself. As I watched this thread I couldn't help but think about checksums, line counters, and things like that. I totally missed the obvious /* or your equivalent. Then again, I'd really expect *something* from SFTP that could be checked on the c

Re: SFTP issue

2017-04-04 Thread Gibney, Dave
Ship it up. Pull a copy back. Compare 'em. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Tom Brennan > Sent: Tuesday, April 04, 2017 12:33 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: SFTP issue > &

Re: SFTP issue

2017-04-04 Thread Tom Brennan
LOL at myself. As I watched this thread I couldn't help but think about checksums, line counters, and things like that. I totally missed the obvious /* or your equivalent. Then again, I'd really expect *something* from SFTP that could be checked on the client side for a transmission error -

Re: SFTP issue

2017-04-04 Thread Mark Post
>>> On 4/3/2017 at 08:49 PM, Lizette Koehler wrote: > You have gotten very good answers. But the bottom line (and someone will > point out if I am incorrect). There is no protection with SFTP unless you > build something. Of all the pieces in the transfer chain, I

Re: SFTP issue

2017-04-03 Thread IronSphere by SecuriTeam Software
I believe the answer ia in the data itself. Is line 750, for example, is the same in both filea? Find the first record that ia not the same as the original. As other mentioned, it is might be a '0d0a'x or even '0d0a1a'x in your data. ITschak בתאריך 4 באפר 2017 08:13,‏ "Mike Schwab"

Re: SFTP issue

2017-04-03 Thread Mike Schwab
How about the individual enters a cell in the row after the last data line with "end of data" then check for that in the file? On Mon, Apr 3, 2017 at 6:22 PM, Ron Thomas wrote: > No , we need to go via VM only . Thanks! > >

Re: SFTP issue

2017-04-03 Thread Lizette Koehler
: http://www2.marist.edu/htbin/wlvindex?IBMTCP-L Lizette > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Lizette Koehler > Sent: Monday, April 03, 2017 5:50 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: S

Re: SFTP issue

2017-04-03 Thread Lizette Koehler
some more familiar with MQ could respond to that. Lizette -Original Message- >From: Ron Thomas <ron5...@gmail.com> >Sent: Apr 3, 2017 3:15 PM >To: IBM-MAIN@LISTSERV.UA.EDU >Subject: SFTP issue > >Hi . We have customer users uploading sales data in excel fo

Re: SFTP issue

2017-04-03 Thread Paul Gilmartin
On Tue, 4 Apr 2017 00:03:43 +, Rob Schramm wrote: >crlf lf nl comes to mind when going between platforms. But I like John's >suggestion about checksum. > o ASCII transfer of a CSV file between any two of Windows, Linux, and z/OS is almost certain to invalidate a checksum (cr/lf/nl). o

Re: SFTP issue

2017-04-03 Thread Rob Schramm
crlf lf nl comes to mind when going between platforms. But I like John's suggestion about checksum. Rob Schramm On Mon, Apr 3, 2017, 7:34 PM John McKown wrote: > On Mon, Apr 3, 2017 at 5:15 PM, Ron Thomas wrote: > > > Hi . We have customer

Re: SFTP issue

2017-04-03 Thread Ron Thomas
The customer is uploading via a webpage . -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: SFTP issue

2017-04-03 Thread John McKown
On Mon, Apr 3, 2017 at 5:15 PM, Ron Thomas wrote: > Hi . We have customer users uploading sales data in excel format in a > portal, once this file is uploaded a batch process will SFTP the file from > here to a virtual machine and then to the mainframe . We are seeing that

Re: SFTP issue

2017-04-03 Thread Ron Thomas
No , we need to go via VM only . Thanks! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: SFTP issue

2017-04-03 Thread Lizette Koehler
data Lizette -Original Message- >From: "Lester, Bob" <bles...@ofiglobal.com> >Sent: Apr 3, 2017 4:10 PM >To: IBM-MAIN@LISTSERV.UA.EDU >Subject: Re: SFTP issue > >Hi, > > Do you have the option to go directly to the Mainframe? M

Re: SFTP issue

2017-04-03 Thread Lester, Bob
-MAIN@LISTSERV.UA.EDU Subject: Re: SFTP issue [ EXTERNAL ] The files gets transferred in CSV format and the VM is linux. We are seeing for e.g if there are 1000 rows then in some cases only at times there 750 rows gets transmitted . We don't want partial files to gets transmitted

Re: SFTP issue

2017-04-03 Thread Ron Thomas
The files gets transferred in CSV format and the VM is linux. We are seeing for e.g if there are 1000 rows then in some cases only at times there 750 rows gets transmitted . We don't want partial files to gets transmitted to the mainframe , we have to correct there and only fully transmitted

Re: SFTP issue

2017-04-03 Thread Paul Gilmartin
On Mon, 3 Apr 2017 17:15:43 -0500, Ron Thomas wrote: >Hi . We have customer users uploading sales data in excel format in a >portal, once this file is uploaded a batch process will SFTP the file from >here to a virtual machine and then to the mainframe . We are seeing that there >are many

SFTP issue

2017-04-03 Thread Ron Thomas
Hi . We have customer users uploading sales data in excel format in a portal, once this file is uploaded a batch process will SFTP the file from here to a virtual machine and then to the mainframe . We are seeing that there are many cases where all the rows the user entered in excel file is