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


Please Help Members By Posting Answers For Below Questions

What is SAS?

798


What are the parameters of scan function?

836


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2527


Explain what is SAS informats?

823


how many display types available in sas bi dashboard? : Sas-bi

835


What is SAS? What are the functions does it performs?

945


Describe the function and untility of the most difficult SAS macro that you have written.

1830


for report generation which one you used proc report or data_null_?

7089


how does sas handle missing values in assignment statements? : Sas programming

776


What is the general format of function in sas? : sas-grid-administration

759


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

738


explain the main difference between the nodup and nodupkey options? : Sas-administrator

913


what is sas business intelligence? : Sas-bi

811


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1134


explain the proc in sas? : Sas-administrator

823