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 function of retain statment

1522


How do you test for missing values?

1057


what is sas application server? : Sas-di

537


What is the general format of function in sas? : sas-grid-administration

566


What is the function of Stop statement in a SAS Program?

642






How we can create SAS USER DEFINED CODE?

1609


I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.

1695


how to read the variables in sas? : Sas-administrator

551


what r the job openings SAS for fresher graduates !

2013


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

607


Explain proc sort?

666


What is the good sas programming practices for processing large data sets?

627


Difference between sum function and using “+” operator?

601


Mention how to limit decimal places for the variable using proc means?

641


what is sas database server? : Sas-di

613