Download Clinical Trials Programming Using SAS 9 Accelerated Version.A00-281.PracticeDumps.2018-01-16.99q.vcex

Vendor: SASInstitute
Exam Code: A00-281
Exam Name: Clinical Trials Programming Using SAS 9 Accelerated Version
Date: Jan 16, 2018
File Size: 5 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
Given the following data at WORK DEMO:
  
Which SAS program prints only the first 5 males in this order from the data set? 
A) 
  
B) 
  
C) 
  
D) 
  
  1. Option A
  2. Option B
  3. Option C
  4. Option D
Correct answer: B
Question 2
Which SAS program will apply the data set label 'Demographics' to the data set named DEMO? 
A) 
  
B) 
  
C) 
  
D) 
  
  1. Option A
  2. Option B
  3. Option C
  4. Option D
Correct answer: A
Question 3
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?
  1. The descending option applies to the variable CODE.
  2. The variable CODE is sorted by ascending order.
  3. The PSORT data set is stored in the SASUSER library.
  4. The descending option applies to the DATE and COST variables.
Correct answer: B
Question 4
What information can be found in the SAS Dictionary tables? (Choose two.)
  1. datasets contained within a specified library
  2. values contained within a specified format
  3. variables contained within a specified dataset
  4. values contained within a specified variable
Correct answer: AC
Question 5
Given the following data set:
  
Which program was used to prepare the data for this PROC PRINT output?
  1. proc sort data=one out=two; 
        by subjid; 
    run;
  2. proc sort data=one out=two nodupkey; 
       by subjid; 
    run;
  3. proc sort data=one out=two nodup; 
        by subjid; 
    run;
  4. proc sort data=one out=two nodupkey; 
       by subjid trt; 
    run;
Correct answer: B
Question 6
This question will ask you to provide a line of missing code. 
The following SAS program is submitted:
  
Which statement is required to produce this output?
  1. TABLES site*group /nocol;
  2. TABLES site*group /norow;
  3. TABLES site*group;
  4. TABLES site*group /nocol norow;
Correct answer: A
Question 7
Which statement correctly adds a label to the data set?
  1. DATA two Label="Subjects having duplicate observations"; 
        set one; 
    run;
  2. DATA two; 
        Label="Subjects having duplicate observations"; 
        set one; 
    run;
  3. DATA two; 
       set one; 
       Label dataset="Subjects having duplicate observations"; 
    run;
  4. DATA two(Label="Subjects having duplicate observations"); 
        set one; 
    run;
Correct answer: D
Question 8
Given the following data set:
  
Which SAS program produced this output?
  1. proc sort data=one(where=(age>50)) out=two; 
        by subjid; 
    run;
  2. proc sort data=one(if=(age>50)) out=two; 
        by subjid; 
    run;
  3. proc sort data=one out=two; 
        where=(age>50); 
       by subjid; 
    run;
  4. proc sort data=one out=two; 
       if age>50; 
       by subjid; 
    run;
Correct answer: A
Question 9
SIMULATION 
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.).
  1. BYSUBJID;
  2. BYSUBJID;
Correct answer: 12
Question 10
Given the data set WORK.BP with the following variable list:
  
Which output will be created by the program? 
  
  1. Option A
  2. Option B
  3. Option C
  4. Option D
Correct answer: D
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!