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


Please Help Members By Posting Answers For Below Questions

What are the parameters of scan function?

894


How would you include common or reuse to be processed along with your statements?

2162


What is proc sort?

938


what are validation tools that are used in sas? : Sas-administrator

858


What is a put statement?

985


What are all the problems you faced while validating tables and reports?

3272


Explain how merging helps to combine data sets.

861


How do you test for missing values?

1346


How many ways to overcome a missing values???

2591


Have you ever used the SAS Debugger?

1511


Explain the special input delimiters used in sas programming.

817


How we can call macros with in data step? : sas-macro

869


what is sas and what are the functions? : Sas-administrator

789


How you can read the variables that you need?

912


explain the key concept of sas? : Sas-administrator

790