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

Answer Posted / rajamohan

proc import datafile="externalfile location" out=library.datasetname dbms=csv repalce;
getname=yes;
run;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a macro routine?

2100


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

610


How would you define the end of a macro?

696


What are the prime responsibilities of data integration administrator? : Sas-di

585


what are all the reports you generated in your recent project?

1679






What does P-value signify about the statistical data?

848


how do you debug and test your sas programs? : Sas programming

558


Explain why double trailing @@ is used in input statement?

567


What are all the problems you faced while validating tables and reports?

3002


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

541


Intern stastical programmer written test

282


Explain translate function?

630


How to create a permanent sas data set?

674


how does sas handle missing values in a merge? : Sas programming

551


If a variable contains only numbers, can it be a character data type?

610