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

Differentiate between proc means and proc summary.

606


what are input dataset and output dataset options? : Sas programming

567


What is data _null_?

700


How we can call macros with in data step? : sas-macro

617


Differentiate between ceil and floor functions.

658






Describe the function and utility of the most difficult SAS macro that you have written?

2027


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

537


Differentiate between sas functions and sas procedures.

645


How do you convert basic cube to transaction cube and transaction cube to basic cube?

1777


What is the work of tranwrd function?

672


What is the SAS data set?

679


Difference between sum function and using “+” operator?

606


What are the difficulties u faced while doing vital signs table or dataset?

1939


For clinical entire study how many tables will create approx?

1522


List out some key concept of SAS

622