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 areas of SAS are you most interested in?

1062


: and & modifiers.

858


What are the table names in oracle database...?

2248


Explain the difference between using drop = data set option in set and data statement?

677


what is slowly changing dimension? : Sas-di

620






What are the statements that are executed only?

672


Why and when do you use proc sql?

757


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

719


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

1931


What is the function of Stop statement in a SAS Program?

642


what is data integration? : Sas-di

610


what is study design in while working with SAS? what are screening variables in SAS?

1679


What are the default statistics that proc means produce?

599


Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager

1608


What are the five ways to do a table lookup in sas? : sas-grid-administration

588