On Thu, Oct 24, 2024, at 11:05 AM, Paul Gilmartin wrote: > Working with only a desktop client, I have found the following to work: > > BINARY > QUOTE SITE TYPE E > QUOTE SITE MODE B > GET/PUT data set > > The file is restored verbatim to the MVS target; the interim > copy on the desktop system is EBCDIC with control > information and difficult to read. > > does co:Z sftp do better? >
Better is up to your judgement. # Remote SFTP client connecting to Co:Z SFTP server sftp [email protected] sftp> ls /+mode=binary,linerule=rdw # or linerule=L4 if you prefer sftp> get //MY.BINARY.VB1 binary.vb.rdw sftp> ls /+recfm=vb,lrecl=1028 sftp> put binary.vb.rdw //MY.BINARY.VB2 Kirk Wolf Dovetailed Technologies https://coztoolkit.com ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
