what is AE onset date and what is RDS?
Answers were Sorted based on User's Feedback
Answer / solasa
AE onset date is the date at whcih the adverse event was
noticed and reported .....
RDS is respiratory distress syndrome...
not sure of RDS...
| Is This Answer Correct ? | 3 Yes | 3 No |
When you will use nowd option in report???
What is the order of evaluation of the comparison && logical && relational operators:?
explain the key concept of sas? : Sas-administrator
what is cummaltive frequency,and varience in proc unviarte
what is program data vector? : Sas-administrator
what is the use of catalog?
1.we can execute a macro with in a macro,by using call symput and symget can any one give me one example? 2.We can create the macro variables by using %let,%do,macro parameters,INTO clause in proc sql and call symput, can any one give me example to create macro variable with INTO clause and call symput? 3.
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
what is sas metadata repository? : Sas-bi
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
Which are the statements whose placement in the data step is critical?