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
Name types of category in which SAS Informats are placed?
what are sas/access and sas/connect? : Sas programming
How will you generate test data with no input data?
What are the different servers in sas? : sas-grid-administration
Can you execute macro within another macro? : sas-macro
Name few SAS functions?
Enlist the syntax rules followed in sas statements.
What is the purpose of _character_ and _numeric_?
how would you create multiple observations from a single observation? : Sas programming
explain the concepts and capabilities of business object? : Sas-bi
why a stop statement is needed for the point= option on a set statement?
What is data _null_?
Differentiate between ceil and floor functions.
What is Linear Regression?
explain what is data set in sas? : Sas-administrator