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
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
what is the use of proc sql? : Sas programming
What are the data types does SAS contain?
How would you include common or reuse to be processed along with your statements?
Explain the purpose of substr functions in sas programming.
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How do you control the number of observations and/or variables read or written?
How do you debug and test your SAS programs?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How you can read the variables that you need?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
what is information maps?
Mention what is SAS data set?
What are the statements in proc sql?
Difference between sum function and using “+” operator?