Hello!
I have a file that has a BLOCKSIZE of 5400. I tried the following in my code:
string[] returnCodes = null;
strSite = "SITE recfm=FB lrecl=180 blksize=5400";
client.Quote(strSite, returnCodes);
But, the file size was 27900 and not 5400.
Is the 'blksize' the right value in my string to specify a block size?
Thanks in advance,
Harry