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

what is the function of catx syntax? : Sas-administrator

648


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

1679


What is a put statement?

661


Define run-group processing?

581


how to change the execute of macro

1673






How to create an external dataset with sas code?

586


What is the difference between order and group variable in proc report?

837


State the difference between INFORMAT and FORMAT ?

595


what is program data vector? : Sas-administrator

614


How can I remove header from output data set?

2063


what are some good sas programming practices for processing very large data sets? : Sas programming

509


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

598


In sas, what are the areas that you are most interested in? : sas-grid-administration

636


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

940


What are the statements that are executed only?

672