Where do the database management systems store data and how do
u import them.
Answer Posted / solasa
Most clinical data management systems used for clinical
trials today store their data in relational database
software such as Oracle or Microsoft SQL Server.
A relational database is composed of a set of rectangular
data matrices called “tables” that relate or
associate with one another by certain key fields. The
language most often used to work with relational databases
is structured query language (SQL).
The SAS/ACCESS SQL Pass-Through Facility and the SAS/ACCESS
LIBNAME engine are the two methods that
SAS provides for extracting data from relational databases.
example:
SAS ACESS/SQL pass facility
proc sql;
connect to oracle as oracle_tables
(user = USERID orapw = PASSWORD path =
"INSTANCE");
create table AE as
select * from connection to oracle_tables
(select * from AE_ORACLE_TABLE );
disconnect from oracle_tables;
quit;
example 2:
SAS ACCESS/LIBNAME STATEMENT:
libname oratabs oracle user=USERNAME
orapw = PASSWORD path = "@INSTANCE" schema =
TRIALNAME;
data adverse;
set oratabs.AE_ORACLE_TABLE;
where query_clean = “YES”;
keep subject verbatim ae_date pt_text;
run;
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
what is hierarchy flattening? : Sas-di
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what is slowly changing dimension? : Sas-di
what is sas business intelligence? : Sas-bi
for report generation which one you used proc report or data_null_?
what is information maps?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Differentiate between sas functions and sas procedures.
How to include or exclude specific variables in a data set?
what are the types of interactive display types? : Sas-bi
Differentiate input and infile.
What is the difference between %put and symbolgen? : sas-macro
What is interleaving in SAS?
Explain the use of proc gplot? : sas-grid-administration
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com