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 |
what is p-value
3 Answers Accenture, Quintiles, Sristek,
What is maximum number of rows and cols can be handled in SAS?
What is the maximum and minimum length of macro variable
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
What is the order of evaluation of the comparison operators: + - * /** ()?
Differentiate between sas functions and sas procedures.
how will you location sas platform applications available from web browser? : Sas-bi
what is the difference between unique key and primary key? : Sas-di
What is the difference between match merge and one to one merge?
Of all your work, where have you been the most successful?
what is conditional processing?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?