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.

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

Reply via email to