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

how are numeric and character missing values represented internally? : Sas programming

618


Explain data_null_?

609


What is connection profile? : sas-grid-administration

644


which date function advances a date, time or datetime value by a given interval? : Sas programming

590


how to do user inputs and command line arguments in sas?

2428






Which command is used to perform sorting in sas program?

595


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

798


Describe crosslist option in tables statement?

710


what is metadata? : Sas-bi

598


What do you know about sas and what we do? : sas-grid-administration

597


What is the basic syntax of a sas program?

660


Name any two sas spawners? : sas-grid-administration

556


How to sort in descending order?

786


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

538


What would you change about your job?

1920