data temp;
infile '/tmp/file.txt' truncover;
input myvar $ 1-200;
run;
data _null_;
set temp;
file log;
put myvar;
run;
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.