Hello, I am trying to set up my dataset but I always forget what to do in order for SAS to read my dataset and the variables in it. This is what I have so far; libname drug_a "c:\NidiaSAS\SASLearn\"; run; PROC IMPORT DATAFILE= "c:\NidiaSAS|SASLearn\h188a" out= run; The libname statement works but I forget what to do to make the dataset h188a go into the work folder so I can run tests on it. If anyone can help me without linking me to another forum that wont help me and just tell me what I should fix, I would appreciate it.
... View more