how can u import .csv file in to SAS?tell Syntax?

Answer Posted / swaroop

proc import datafile="f:\x.csv"
out= x dbms=csv;
run;
proc print;
run;

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List down the reasons for choosing sas over other data analytics tools.

807


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

560


What does P-value signify about the statistical data?

853


If money were no object, what would you like to do?

2691


what has been your most common programming mistake? : Sas programming

568






What are symget and symput? : sas-macro

733


describe about physical data integration? : Sas-di

561


What does the trace option do?

667


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

1388


how sas deals with business intelligence? : Sas-bi

586


Explain the purpose of retain statement.

603


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

610


what is the difference between unique key and primary key? : Sas-di

598


What is the basic syntax of a sas program?

671


what are input dataset and output dataset options? : Sas programming

566