jimlocigno
Programmer
I have file.a on the mainframe, it is Variable Length (recfm=vb). I use FTP (binary) to get the file and put it on the unix system - call this file file.b
Then to test my theory out I ftp file.b BACK to the the mainframe system using among other things: site recfm=vb.
However, file.a (the original file on the mainframe and the file.b (the file that has been "re-ftp'd" to the mainframe) do not match. From what I can see MVS reports file.b as Recfm=vb but the record lengh for all records is the same?
Is it possible to transfer a truly variable length file from unix to MVS?
Thanks
Then to test my theory out I ftp file.b BACK to the the mainframe system using among other things: site recfm=vb.
However, file.a (the original file on the mainframe and the file.b (the file that has been "re-ftp'd" to the mainframe) do not match. From what I can see MVS reports file.b as Recfm=vb but the record lengh for all records is the same?
Is it possible to transfer a truly variable length file from unix to MVS?
Thanks