I am writing to the Mainframe a file, using FTP the filename is a simple
FILENAME TEST1 FTP "MY.MAINF.FILE" HOST='MF' RCMD='type; ascii;
site=DEBUG DIR FIXrecFM 80 Lrecl=80 Recfm=FB BlockSize=27920 mbsendeol=CRLF'
lrecl=80 RECFM=FB PASS="&passwrd";
Data _null_;
FILE TEST1 lrecl=80 mod ;
put 'line 1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
put 'line 2 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
put 'line 3 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx';
run;
however I only get Line 1 and a truncated in the log. As if it is not adding the CR LF to the MF file