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.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.