how can u import .csv file in to SAS?tell Syntax?
Answer Posted / chiranjeevi
retreving the data we can use import&infile also.
import:
proc import datafile='external file'
out=<dataset name> dbms=csv replace;
getnames=yes;
proc print data=<dataset name>
run;
infile:
data code;
infile'C:\Documents and Settings\admin\Desktop\chiru.csv';
input<variable list>;
run;
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What are the default statistics that proc means produce?
what is the use of sas management console? : Sas-di
How to limit decimal places for the variable using proc means?
In proc transpose and data step with arrays which one you pick?
Explain how merging helps to combine data sets.
What are the advantages of using sas?
explain the difference between proc means and proc summary?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
Can you suggest us materials for sdtm mapping?
what is program data vector? : Sas-administrator
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
How can sas program be validated?
how do you pull data from equifax?tell me the process?
Explain the use of proc gplot? : sas-grid-administration