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 |
for what purpose would you use the retain statement? : Sas programming
name the scheduler for scheduling job and explain the scheduler? : Sas-di
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Explain what Proc glm does?
what does the run statement do? : Sas programming
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
what is AE onset date and what is RDS?
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
which domain is better in sas? clinical trails or banking
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS