how can u import .csv file in to SAS?tell Syntax?

Answer Posted / ganesh

by using proc import or through wizard select import data
from file menu and infile statement.


proc import datafile='c:\my .csv' out =gan;
run;

Is This Answer Correct ?    7 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the ways to do a “table lookup” in sas?

595


What are the special input delimiters used in SAS?

656


where are dashboard components are created and maintained? : Sas-bi

570


What are the difference between sas functions and procedures?

643


If a variable contains letters or special characters, can it be numeric data type?

764






what are the scrubbing procedures in sas? : Sas programming

834


What are the default statistics for means procedure?

648


What is interleaving in SAS?

677


How to create a permanent sas data set?

678


What is the basic syntax style in SAS?

621


for whom is sas data integration studio designed? : Sas-di

556


what is null hypothesis? why do you consider that?

2424


I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2264


What are the limitations for memory allocation for SAS variables

934


What do the SAS log messages "numeric values have been converted to character" mean?

892