Hi,
I am executing FTP utility in my JCL for copy remote file to host file.
I want to create a file with LRECL=300 BLKSIZE=27900 with specified cylinders of primary and secondary.
I want to do it with FTP - GET commad itself. Is it possible?
I can still able to create the same file with IEFBR14 as previous step of this FTP step but i want to perform this in FTP utility itself.
Please advise.