Inactive Tutor answered 11/10/19
Tutor
New to Wyzant
data hi;
infile "&dir\hello.txt";
input datetime mmddyy8. /
;
format datetime mmddyy10.; *this line to change to dd/mm/yyyy;
run;
Inactive Tutor answered 11/10/19
data hi;
infile "&dir\hello.txt";
input datetime mmddyy8. /
;
format datetime mmddyy10.; *this line to change to dd/mm/yyyy;
run;
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.