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
What are pdv and it functions?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
explain the use of % includes a statement in sas? : Sas-administrator
What is the use of PROC gplot?
Differentiate between proc means and proc summary.
What are the automatic variables for macro? : sas-macro
What are the scrubbing procedures in sas?
What is the use of the %include statement?
What is the role of administrative users? : sas-grid-administration
what is the function of catx syntax? : Sas-administrator
How necessary is it to be creative in your work?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
Give an example where SAS fails to convert character value to numeric value automatically?
Differentiate between ceil and floor functions.
Explain by-group processing?