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
how do you debug and test your sas programs? : Sas programming
What is the difference between SAS functions and procedures?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What can you learn from the SAS log when debugging?
explain the concepts and capabilities of business object? : Sas-bi
What areas of SAS are you most interested in?
What are the different servers in sas? : sas-grid-administration
Explain the purpose of substr functions in sas programming.
Are you sensitive to code walk-throughs peer review or QC review?
Describe the function and untility of the most difficult SAS macro that you have written.
Explain input and put function?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
For clinical entire study how many tables will create approx?
Explain the purpose of retain statement.
Can you execute a macro within a macro? Describe. : sas-macro