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

Given an unsorted data set, how to read the last observation to a new data set?

1072


how many types of prompts are there? : Sas-bi

727


What is maximum storage capability of SAS?

1073


what has been your most common programming mistake? : Sas programming

771


what are the types of interactive display types? : Sas-bi

827






How are numeric and character missing values represented internally?

1368


What do the PUT and INPUT functions do?

988


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

793


what is sas olap server? : Sas-di

942


What versions of SAS have you used (on which platforms)?

1231


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1667


Explain why double trailing @@ is used in input statement?

773


How do you use the do loop if you don’t know how many times you should execute the do loop?

981


What is program data vector (pdv)?

822


What are the difference between the sas data step and sas procs?

814