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

Answer Posted / ganesh

by using proc import or through wizard select import data
from file menu and infile statement.


proc import datafile='c:\my .csv' out =gan;
run;

Is This Answer Correct ?    7 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are some differences between proc summary and proc means? : Sas programming

505


What does the RUN statement do?

851


Describe the function and untility of the most difficult SAS macro that you have written.

1722


how does sas handle missing values in sort order? : Sas programming

532


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

1679






Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

1796


describe about physical data integration? : Sas-di

558


For what purposes have you used sas macros? : sas-macro

540


For what purpose would you use the RETAIN statement?

1045


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

638


What are the ways to do a “table lookup” in sas?

591


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

558


How do you connect the desktop application to metadata server? : sas-grid-administration

580


How do you convert basic cube to transaction cube and transaction cube to basic cube?

1770


Explain what Proc glm does?

633