Question: Time left 0 : 2 7 : 1 9 When using the menu driven method ( New Import Data ) to read in raw

Time left 0:27:19
When using the menu driven method ("New Import Data") to read in raw data using SAS Studio, code is automatically generated. An example chunk of code is below. You should match the parts of the code to their purpose.
FILENAME REFFILE '/path/to/file/rawData.xIsx';
PROC IMPORT DATAFILE = REFFILE
DBMS =xLSx
OUT = WORK.IMPORT;
GETNAMES = YES;
RUN;
DBMS =xLSx
FILENAME REFFILE
GETNAMES = YES
OUT = WORK.IMPORT
Choose...
'/path/to/file/mydata.xlsx'
Choose...
 Time left 0:27:19 When using the menu driven method ("New Import

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!