Your photographs as nice.
What is your question?
Did you run some code to make that dataset? What code?
Show the lines from the SAS log, as text not photographs.
Please post your code and log.
From what I see, you have a tab-delimited file and should use '09'x as delimiter.
For tested code, copy/paste a few lines of the input file into a window opened with </>.
data recovery; infile "C:\Users\liao\Documents\My SAS Files\9.4\bio\project\recovery.txt"; input ID $ dosage age duration score1-score4 dlm = '09'x; run; proc print data = recovery ; run;
Post your LOG. That will indicate if the issue is your code or the file or something else.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.