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 SAS?
What are the parameters of scan function?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
Explain what is SAS informats?
how many display types available in sas bi dashboard? : Sas-bi
What is SAS? What are the functions does it performs?
Describe the function and untility of the most difficult SAS macro that you have written.
for report generation which one you used proc report or data_null_?
how does sas handle missing values in assignment statements? : Sas programming
What is the general format of function in sas? : sas-grid-administration
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
explain the main difference between the nodup and nodupkey options? : Sas-administrator
what is sas business intelligence? : Sas-bi
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
explain the proc in sas? : Sas-administrator