HOW MANY WAYS YOU CAN RETRIEVE THE DATA FROM ORACLE TABLES?
WHAT IS ORACLE CLINICAL? HOW IT IS USEFUL?
Answer Posted / santosh
A> %let orapath (user=testuser password=testpass
buffsize=100
path='myorapath');
proc sql;
connect to oracle (&orapath);
select * from connection to oracle
(select * from <Table name>);
Where dept =’Sales’;
Disconnect from oracle
Quit;
Run;
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe the function and untility of the most difficult SAS macro that you have written.
Do you need to rearrange the order of the data for the report?
Describe the function and untility of the most difficult SAS macro that you have written.
what is sas olap server? : Sas-di
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What are all the problems you faced while validating tables and reports?
Which are the statements whose placement in the data step is critical?
how do you debug and test your sas programs? : Sas programming
Explain the difference between nodup and nodupkey options?
what has been your most common programming mistake? : Sas programming
explain the key concept of sas? : Sas-administrator
how does sas handle missing values in functions? : Sas programming
explain the concepts and capabilities of business object? : Sas-bi
What is the use of function Proc summary?
What do you understand by the term Normal Distribution?