The following SAS program is submitted:
libname rawdata1 'location of SAS data library';
data work.testdata;
infile <insert item here>
input sales1 sales 2;
run;
Which one of the following is needed to complete the program correctly?
A. rawdata1
B. rawdata2
C. 'rawdata1'
D. 'rawdata2'
This looks like it is an exercise coming after a lesson. Study the lesson and you'll know the answer. 🙂
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.