How the Excel file enter into the SAS environment without
Code of Infile & Import procs,if i have no file Conversion?
Answers were Sorted based on User's Feedback
Answer / raghava pamulapati
by using pass through facility in sql we can read directly
with out conversion
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / ram
proc Import datafile='file path\ram.xls out=output
dbms=excel replace;
sheet='sheet$4;
run;
| Is This Answer Correct ? | 2 Yes | 4 No |
Name statements that are execution only?
What is LAG function?How is it used? can any one explain
3 Answers TRE, Verinon Technology Solutions,
What are the data types does SAS contain?
how can you import .csv file in to sas? : Sas programming
describe how to adjust the performance of data integrator? : Sas-di
Difference b/n proc means and proc summary procedures?
Which is the best training institute for SAS in Delhi. Please reply
What do the PUT and INPUT functions do?
If you could design your ideal job, what would it look like?
what are the types of interactive display types? : Sas-bi
how can u create zero observation dataset?
for what purpose would you use the retain statement? : Sas programming