Question: When using the menu driven method ( New Import Data ) to read in raw data using SAS Studio, code is automatically generated. An
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 pathtofilerawDataxIsx';
PROC IMPORT DATAFILE REFFILE
DBMS XLSX
OUT WORK.IMPORT;
GETNAMES YES;
RUN;
GETNAMES YES
Choose...
DBMS
Choose...
OUT WORK.IMPORT
Choose...
FILENAME REFFILE
pathtofilemydataxlsx
Choose...
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
