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 basic syntax of a sas program?
How necessary is it to be creative in your work?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Differentiate between format and informat? : sas-grid-administration
State the difference between INFORMAT and FORMAT ?
What is a pdv and what are its functions?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Give e an example of..
how does sas handle missing values in procs? : Sas programming
Explain why double trailing @@ is used in input statement?
How you can read the variables that you need?
What is the difference between %put and symbolgen? : sas-macro
How to include or exclude specific variables in a data set?
Which command is used to save logs in the external file?
how can you put a "trace" in your program? : Sas programming