A00-281 SAS Clinical Trials Programming Using SAS 9 - Accelerated Version 9 Accelerated Version

Loading demo links...

Showing 4–6 of 6 questions

Question 4

Given the following two data sets EX and AE:

Which output data set is produced by the submitted SAS program?

Select an option, then click Submit answer.

  • Option A

  • Option B

  • Option C

  • Option D

Question 5

Which clause allows macro variable creation on a select statement in PROC SQL?

Select an option, then click Submit answer.

  • INTO

  • SYMPUT

  • AS

  • %MACRO

Question 6

A SAS program is submitted and the following log is written.

What is the cause of this error message?

Select an option, then click Submit answer.

  • The ARRAY declaration is syntactically incorrect.

  • The IF statement is syntactically incorrect.

  • The DO loop tries to get a value from a variable which does not exist.

  • The IF statement tries to get ARRAY elements which are not declared.