In CDISC, which of the following describes the usage of controlled terms, code lists, or formats?

In CDISC, which of the following describes the usage of controlled terms, code lists, or formats?A . Establishes consistent variable names.B . Establishes consistent variable types.C . Establishes consistent variable labelsD . Establishes consistent variable valuesView AnswerAnswer: D

April 3, 2024 No Comments READ MORE +

Which subjects will appear in the LOG file?

Given the following data set WORK.DM: Which subjects will appear in the LOG file?A . 001 and 004B . 001 and 006C . 003 and 004D . 004 and 006View AnswerAnswer: D

April 3, 2024 No Comments READ MORE +

Which function would be used to determine the number of elements in an existing array?

Which function would be used to determine the number of elements in an existing array?A . dim ()B . n ()C . sum ()D . count ()View AnswerAnswer: A

April 3, 2024 No Comments READ MORE +

Which statement is true regarding the submitted program?

The following SAS program is submitted: proc sort data=SASUSER.VISIT out=PSORT; by code descending date cost; run; Which statement is true regarding the submitted program?A . The descending option applies to the variable CODE.B . The variable CODE is sorted by ascending order.C . The PSORT data set is stored in...

April 2, 2024 No Comments READ MORE +

Which percentage in the table is calculated incorrectly, assuming the cell counts are correct? Percentages are rounded to the nearest whole percent.

Which percentage in the table is calculated incorrectly, assuming the cell counts are correct? Percentages are rounded to the nearest whole percent. A . 40B . 44C . 54D . 52View AnswerAnswer: B

April 2, 2024 No Comments READ MORE +

Which SAS program created this output?

The following output is displayed: Which SAS program created this output?A . proc freq data=WORK.TESTDATA; tables gender * answer / nocol norow nopercent; run;B . proc freq data=WORK.TESTDATA; tables answer * gender / nocol norow nopercent; run;C . proc freq data=WORK.TESTDATA; tables gender * answer / nocol norow nopercent missing;...

April 2, 2024 No Comments READ MORE +

What is the value for the change from baseline for Week 1 for Subject 2?

Given the following vital signs data: Baseline is defined as the last non-missing value prior to Day 1. What is the value for the change from baseline for Week 1 for Subject 2?A . -23B . 11C . -11D . 23View AnswerAnswer: C

April 2, 2024 No Comments READ MORE +

Which program was used to prepare the data for this PROC PRINT output?

Given the following data set: Which program was used to prepare the data for this PROC PRINT output?A . proc sort data=one out=two; by subjid; run;B . proc sort data=one out=two nodupkey; by subjid; run;C . proc sort data=one out=two nodup; by subjid; run;D . proc sort data=one out=two nodupkey;...

April 2, 2024 No Comments READ MORE +

Given the following SCORE data set:

Given the following SCORE data set: Based on the concept of Last Observation Carried Forward, what will be the value for SCORE for the Week 12 -A . 157B . 152C . missingD . 153View AnswerAnswer: A

April 2, 2024 No Comments READ MORE +

Given an existing work data set (DM), the following code is submitted:

Given an existing work data set (DM), the following code is submitted: A . MPRINTB . SYMBOLGENC . MLOGICD . MRECALLView AnswerAnswer: C

April 1, 2024 No Comments READ MORE +