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
Mention the validation tools used in SAS?
What is the difference between proportion and average?
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
Explain the main difference between the sas procedures and functions? : Sas-administrator
Which are the statements whose placement in the data step is critical?
How do you add a number to a macro variable? : sas-macro
What system options would you use to help debug a macro? : sas-macro
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
How will you generate test data with no input data?
What will calendar procedure do?
Explain proc sort?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
how does sas handle missing values in procs? : Sas programming
Explain what is data step?