Didn't work for me.

On Thu, 10 Jan 2013 14:32:56 -0600, Gilbert Cardenas  wrote:

>I don't know if this is how the OP did it but this was the procedure I used...
>From a windows server:
>
>1.  Open FTP session to the mainframe and issue 
>BINary
>QUOTE STRU R
>GET 'MAINFRAME.DATASET' PC.DATASET.NAME
>QUIT
>
>2.  To upload file back to mainframe, open FTP session to mainframe and issue 
>BINary 
>quote STRU R  
>quote site RECFM=VB
>quote site LRECL=???  (932 in my case)
>quote site BLOCKSIZE=?????  (27998 in my case)
>quote site FILEtype=SEQ
>PUT PC.DATASET.NAME 'MAINFRAME.DATASET.NAME'
>QUIT
>
>Did a ISRSUPC compare and there were no differences.
>
Didn't work for me.  Once again, empty lines were changed to blanks.

Perhaps your test case contains no empty lines.  Have you checked?

And ISRSUPC is broken.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to