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 difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
how does sas handle missing values in sort order? : Sas programming
Where do you use proc means over proc freq?
What is the difference between match merge and one to one merge?
describe how to adjust the performance of data integrator? : Sas-di
what is intially documentation in sas?
what are _numeric_ and _character_ and what do they do? : Sas programming
Name types of category in which SAS Informats are placed?
Enlist the syntax rules followed in sas statements.
what is sas and what are the functions? : Sas-administrator
What are the features of base sas system?
what is information maps?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
What are the different types of sas functions?
What is the work of tranwrd function?