Discussion :: SAS
-
The following SAS program is submitted:libname rawdata1 'location of SAS data library';filename rawdata2 'location of raw data file';data work.testdata;infileinput sales1 sales2;run;Which one of the following is needed to complete the program correctly?
Answer : Option B
Explanation :
Be The First To Comment