what kind of variables are collected in AE dataset?
Answers were Sorted based on User's Feedback
Answer / 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 |
AESEQ---SEQUEN NUMBER
AEDECODE---DICITONARY DERIVED TERM
AETERM---REPORTED TERM OF ADVERSE EVENT
AEBODSYS---BODY SYSTYEM OR ORGANCLASS
AESEV--SEVERITY/INTENSITY
AESEVN---
AESER---SERIOU EVENT
AEACN---ACTION TAKEN WITH STUDY TREATMETN
AEOUT--OUTCOME OF ADV EVENT
AEOUTN--OUTCOME OF ADV EVENT NUMERIC
AEDUR--DURATION OF ADV EVENT\
AEPOST---POST TREATMENT ADVERSE EVENT
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / nandu
Startdate enddate of AE and system organ class ,preferred
term ,severity and relation ship
| Is This Answer Correct ? | 5 Yes | 1 No |
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
why is sas considered self-documenting? : Sas programming
What procedure you used to calculate p-value?
2 Answers Accenture, Quintiles,
What is a macro routine?
Approximately what date is represented by the SAS date value of 730?
Give e an example of..
Why do we use QUIT commmand for proc datasets and proc sql ???
What is difference between N and n????
How would you define the end of a macro? : sas-macro
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?