SAS_Institute
A00-280 · Question #26
A00-280 Question #26: Real Exam Question with Answer & Explanation
Sign in or unlock A00-280 to reveal the answer and full explanation for question #26. The question stem and answer options stay visible for context.
Question
From the Statistical Analysis Plan, patients age is calculated as an integer relative to date randomized divided by 365.25. Given the following annotated CRF: Which programming code defines the patient's age?
Options
- Aage = int((birthdt-randdt)/365.25);
- Bage = int((randdt-birthdt)/365.25);
- Cage = int(yrdif(birthdt,randdt, "act/365.25"));
- Dage = int((today()-birthdt)/365.25);
Unlock A00-280 to see the answer
You've previewed enough free A00-280 questions. Unlock A00-280 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.