How the Excel file enter into the SAS environment without
Code of Infile & Import procs,if i have no file Conversion?
Answer Posted / 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 |
Post New Answer View All Answers
Explain what is data step?
Name few SAS functions?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Differentiate input and infile.
What commands are used in the case of including or excluding any specific variables in the data set?
what is sas olap server? : Sas-di
Which are the statements whose placement in the data step is critical?
What are the functions which are used for character handling functions?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
What are the features of SAS?
How to test the debugging in sas?
what is data integration? : Sas-di
Name validation tools used in SAS
what is enterprise guide? What is the use of it? : Sas programming