Hi ,
i am trying to FTP a file with fixed length of 300bytes to PC using ISPF Command prompt. the file has got trailing spaces. that is, it has got data till 240 and the last 60 bytes happen to be spaces thru out the file. Now when i FTP the file to desktop , it gets created with a length of just 240 bytes and the trailing spaces get truncated. i tried using the parameter 'NOTRUNC' and its not being recognized as a valid keyword.
How do i transfer the file as a whole. also i am using a Connect Direct job to transfer this file to an external server. what parameters should i use .