How to read multiple excel sheets from a single excel file
at once????
Answer Posted / sravan
Using libname statement.
Libname <lib_name> excel 'file_specification';
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is the use of proc contents and proc print in sas? : Sas-administrator
How long can a macro variable be? A token? : sas-macro
How to test the debugging in sas?
How does the internal authentication work in sas? : sas-grid-administration
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What do you code to create a macro? : sas-macro
What commands are used in the case of including or excluding any specific variables in the data set?
What is the maximum length of the macro variable? : sas-macro
what is data integration? : Sas-di
What are the implications?
what versions of sas have you used (on which platforms)? : Sas programming
What are the functions used for character handling?
describe the interaction table in sas di? : Sas-di
What do the put and input function do?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?