Question: FILENAME REFFILE ' / path / to / file / rawData . xIsx'; PROC IMPORT DATAFILE = REFFILE D B M S = x L

FILENAME REFFILE '/path/to/file/rawData.xIsx';
PROC IMPORT DATAFILE = REFFILE
DBMS=xLSx
OUT = WORK.IMPORT;
GETNAMES = YES;
RUN;
1/path/to/file/mydata.xlsx' Provide the path to the raw data file
FILENAME REFFILE
DBMS =xLSx
Create an internal reference to a file called REFFILE
OUT = WORK.IMPORT
Specify that the data file is a newer version of an excel file
GETNAMES = YES
Choose...
 FILENAME REFFILE '/path/to/file/rawData.xIsx'; PROC IMPORT DATAFILE = REFFILE DBMS=xLSx OUT =

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!