The following question will ask you to provide a line of missing code.
The following program is submitted to output observations from data set ONE that have more than one record per patient.
In the space below, enter the line of code that will correctly complete the program (Case is ignored. Do not add leading or trailing spaces to your answer.).
This question will ask you to provide a line of missing code.
You want to present a column header that contains breaks within the header as indicated below.
In the space below, enter the option that completes the program (Case is ignored. Do not add leading or trailing spaces to your answer).
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 the SASUSER library.
D. The descending option applies to the DATE and COST variables.
What information can be found in the SAS Dictionary tables? (Choose two.)
A. datasets contained within a specified library
B. values contained within a specified format
C. variables contained within a specified dataset
D. values contained within a specified variable
Which program will report all created output objects in the log?
A. proc ttest data=WORK.DATA1 ods=trace; class TREAT; var RESULTS; run;
B. ods trace on; proc ttest data=WORK.DATA1; class TREAT; var RESULTS; run;
C. ods trace=log; proc ttest data=WORK.DATA1; class TREAT; var RESULTS; run;
D. ods trace log; proc ttest data=WORK.DATA1; class TREAT; var RESULTS; run;
Given the VITALS data set:
A. proc transpose data=vitals ; var pulse sysbp diabp ; run ;
B. proc transpose data=vitals ; by patid visit ; run ;
C. proc transpose data=vitals ; var patid visit ;
run ;
D. proc transpose data=vitals ; id patid visit ; run ;
This question will ask you to provide a line of missing code.
The following SAS program is submitted:
Which macro call prints all records from each dataset in library DB?
A. %printlib(lib=DB, rec=all)
B. %printlib(lib=DB, rec= )
C. %printlib(DB, all)
D. %printlib(DB, )
Given the following two data sets EX and AE:
Which output data set is produced by the submitted SAS program?
A. Option A
B. Option B
C. Option C
D. Option D
Given the following data set:
Which type of clinical trials data is this?
A. Laboratory
B. Baseline
C. Medical History
D. Vital Signs
What is an international ethical and scientific quality standard for designing, conducting, recording and reporting trials that involve the participation of human subjects?
A. 21 CFR Part 11
B. Good Clinical Practices
C. MedDRA
D. WHODrug