what kind of variables are collected in AE dataset?
Answer Posted / sandeep
Along with the identifier variables AE dataset also contains
reported term of AE,preferred term, body system or organ
class, start date, end date, ongoing, severity, relationship
to treatment, action taken, outcome, any discontinuation due
to AE
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain data step in SAS
Briefly explain input and put function?
describe about metadata object? : Sas-di
What is the SAS data set?
What is by-group processing?
what is the difference between unique key and primary key? : Sas-di
how do you want missing values handled? : Sas programming
where to use sas business intelligence? : Sas-bi
What can be the size of largest dataset in SAS?
What do the put and input function do?
How do you connect the desktop application to metadata server? : sas-grid-administration
What is the difference between %put and symbolgen? : sas-macro
What are the different servers in sas? : sas-grid-administration
what are some good sas programming practices for processing very large data sets? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?