What SAS statements would you code to read an external raw
data file to a DATA step?

Answer Posted / mohan reddy

INFILE AND INPUT STATEMENTS

EX;
DATA EMP;
INFILE 'E:\ABC\EMPLOYEE.TXT' MISSOVER;
INPUT VAR1 VAR 2....VARN;
RUN;

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is metadata? : Sas-bi

772


What is the difference between order and group variable in proc report?

1099


Define run-group processing?

771


What sas features do you use to check errors and data validation?

930


What is the sas data set? : sas-grid-administration

744






Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.

1656


What are the scrubbing procedures in sas?

743


How necessary is it to be creative in your work?

2201


What is the difference between using drop = data set option in data statement and set statement?

864


Did you used proc test? when?

1776


how would you create multiple observations from a single observation? : Sas programming

755


Do you know the features of sas?

785


How do you test for missing values?

1264


what does the run statement do? : Sas programming

755


what are several options for creating reports in web report studio? : Sas-bi

832