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
what is the purpose of _error_? : Sas programming
for what purpose would you use the retain statement? : Sas programming
how to do user inputs and command line arguments in sas?
what are some differences between proc summary and proc means? : Sas programming
How to convert a numeric variable to a character variable?
Tell me more about the parameters in macro? : sas-macro
Describe 5 ways to do a “table lookup” in SAS?
What do you code to create a macro? : sas-macro
How we can call macros with in data step? : sas-macro
What is the difference between match merge and one to one merge?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is the function of Stop statement in a SAS Program?
what do the pad and dim functions do? : Sas programming
How is character variable converted into numeric variable and vice versa?
What does the trace option do?