I had the same issue, because the mainframe is not allowed to access anything outside. So git clone does not work.I used git clone on windows, did an ascii ftp upload to a z/OS HFS and then used the cp -F lf -U -M ZIGI.V1R3.PANELS/* //'HLQ.ZIGI.V1R3.PANELS' command to copy. You need to tailor it to suit your needs and do the same for EXEC.The -F lf is required because the records are x'25' delimited. The quote site did not work for me either, I also tried SBSENDEOL=LF, which did not work too.
Hope it helps, Denis. -----Original Message----- From: Prashant Joshi3 <prashant.jo...@in.ibm.com> To: IBM-MAIN <IBM-MAIN@LISTSERV.UA.EDU> Sent: Mon, Dec 9, 2019 9:36 am Subject: GIT z/OS - ftp to mainframe - record length issue Hello all, I am trying to ftp GIT package from windows to z/OS. Some of the files are FTPed ok but many of them lost the record length. Instead of multiline files it ftped as single line (single record). I opened file in window and those appeared normal text. Some are html, VB script code. I used ASCII while doing FTP. I also used SITE parm for CTRLF, Record length, blocksize but still no help. Anybody has experienced same issue? any solution? Thank you. Prashant Joshi ---------------------------------------------------------------------- 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