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

Answer Posted / sankar

using proc import procedure

synatax :for text file

proc import datafile='path' out=datasetname
dbms=dlm;
delimiter='specific delimiter';
run;

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command is used to save logs in the external file?

571


What is the order of application for output data set options, input data set options and SAS statements?

1083


Hi, If anyone has base SAS certification dumps, please share.

1389


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

1328


Why double trailing @@ is used in input statement?

702






What is factor analysis?

663


how do the in= variables improve the capability of a merge? : Sas programming

935


What is the general format of function in sas? : sas-grid-administration

572


Give e an example of..

1655


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1099


explain about data integrator metadata reports? : Sas-di

565


what is sas business intelligence? : Sas-bi

590


What is program data vector (pdv)?

636


Which command is used to perform sorting in sas program?

599


What are the data types does SAS contain?

655