Official Bank 0/99

SAS Certified Clinical Trials Programmer Using SAS 9 (A00-280) - SASI Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
99 Total Questions
1
Question
Which function would be used to determine the number of elements in an existing array?
Options
A n ()
B dim ()
C count ()
D sum ()
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
This question will ask you to provide a line of missing code.

Exhibit

Which line of code would produce the blue notes in the log?
Options
A if indm ne indisp then put 'MERGE ISSUE: ' _all_ ;
B if indm ne indisp then put 'MERGE ISSUE: ' subjid= indm= indisp=;
C if indm ne indisp then output 'MERGE ISSUE: ' subjid indm indisp ;
D %if indm ne indisp %then %put 'MERGE ISSUE: ' subjid= indm= indisp=;
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
You want to calculate the p-value of Fisher's exact test for a 3x3 table. Which option must you add to the TABLES statement of PROC FREQ?
Options
A EXPECTED
B CMH
C CHISQ
D EXACT
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
Which option for PROC COMPARE will list all observations and variables found in only one of the two data sets being compared?
Options
A OUTDIFF
B OUTALL
C LISTALL
D ALLOBS
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
The following SAS program is submitted:

What will be the result when the program executes?
Options
A num3 assigned a value of 0
B num3 assigned a missing value
C An error due to mixed variable types in the assignment statement.
D num3 assigned a value of 1
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.