Exam Details

  • Exam Code
    :A00-280
  • Exam Name
    :SAS Certified Clinical Trials Programmer Using SAS 9
  • Certification
    :SAS Institute Certifications
  • Vendor
    :SAS Institute
  • Total Questions
    :99 Q&As
  • Last Updated
    :Apr 27, 2025

SAS Institute SAS Institute Certifications A00-280 Questions & Answers

  • Question 51:

    This question will ask you to provide lines of missing code. Given the following SCORE data set:

    Variable LOCF contains the imputed score that would replace the missing SCORE value (based on last observation carried forward method). Which SAS statements complete the program?

    A. LOCF = lag(score) ; if first.subject then LOCF = . ; if score ^= . then LOCF = score ;

    B. if first.subject then LOCF = . ; if score = . then LOCF = lag(score) ;

    C. retain LOCF ; if first.subject then LOCF = . ; if score ^= . then LOCF = score ;

    D. retain score ; if first.subject then LOCF = . ; if score ^= . then LOCF = score ;

  • Question 52:

    Given the following data set WORK.DM:

    Which subjects will appear in the LOG file?

    A. 001 and 004

    B. 001 and 006

    C. 003 and 004

    D. 004 and 006

  • Question 53:

    Given the SAS data set containing subject's phone numbers

    What is the value of PHONE2 for subject 005?

    A. (215) 631-9494

    B. 2156319494

    C. (215) 6319494

    D. 631-9494

  • Question 54:

    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. -23

    B. 11

    C. -11

    D. 23

  • Question 55:

    The following SAS program is submitted:

    What is the value of the variable day when the data step completes?

    A. 1

    B. 6

    C. 7

    D. 8

  • Question 56:

    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. 157

    B. 152

    C. missing

    D. 151

  • Question 57:

    This question will ask you to provide a section of missing code.

    Given the input SAS data set LABRAW:

    Which DO LOOP will create the output SAS data set WORK.LAB_NEW?

    A. do i=1 to 2; visit=i; date=dat{i}; result=num{i}; output; end;

    B. do i=1 to 2; visit=i; date=dat{i}; result=num{i}; end; output;

    C. do i=1 to 2; do j=1 to 2; visit=i; date=dat{j}; result=num{j}; output; end;

    D. do i=1 to 2; do j=1 to 2; visit=i; date=dat{j}; result=num{j}; end; output; end;

  • Question 58:

    A Treatment-Emergent Adverse Event (TEAE) is commonly defined as any event that occurs on or after the date and time of:

    A. informed consent

    B. baseline assessment

    C. study enrollment

    D. first dose of study drug

  • Question 59:

    Study day is defined as DCMDATE minus RFSTDTC +1

    Which statement will compute the study day correctly without producing notes for missing values in the log?

    A. STUDYDAY=DCMDATE-RFSTDTC+1;

    B. STUDYDAY=input(DCMDATE,yymmdd8.)-input(RFSTDTC,date9.)+1;

    C. If RFSTDTC^='' and length(DCMDATE)=8 then STUDYDAY=input(DCMDATE,yymmdd8.)-input(RFSTDTC,date9.)+1;

    D. If RFSTDTC^='' and length(DCMDATE)=8 then STUDYDAY=input(DCMDATE,date9.)- input(RFSTDTC,yymmdd8.)+1;

  • Question 60:

    Given the following data set (AE):

    Data will be reported by onset week. Day 1 ?7 is Week 1, Day 8 ?14 is Week 2. Events beyond Day 14 are assigned Week 3 and will be reported as Follow-up events.

    Which statements properly assign WEEK to each event?

    A. if day > 14 then week = 3 ; else if day > 7 then week = 2 ; else if day > 0 then week = 1 ;

    B. if day > 0 then week = 1 ; else if day > 7 then week = 2 ; else if day > 14 then week = 3 ;

    C. select ; when (day > 0) week = 1 ; when (day > 7) week = 2 ; otherwise week = 3 ; end ;

    D. select ; when (day > 14) week = 3 ; when (day > 7) week = 2 ; otherwise week = 1 ; end ;

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only SAS Institute exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your A00-280 exam preparations and SAS Institute certification application, do not hesitate to visit our Vcedump.com to find your solutions here.