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
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Difference between sum function and using “+” operator?
name some data transformation used in sas di? : Sas-di
what are the scrubbing procedures in sas? : Sas programming
what are the component of range? : Sas-bi
which date functions advances a date time or date/time value by a given interval? : Sas programming
what are several options for creating reports in web report studio? : Sas-bi
What is the difference between %put and symbolgen? : sas-macro
How can I remove header from output data set?
What is the difference between INPUT and INFILE ?
How substr function works in sas?
How do you control the number of observations and/or variables read or written?
What is a pdv and what are its functions?
AE datasets names? how many types?
what are some good sas programming practices for processing very large data sets? : Sas programming