A00-280 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
    :Jul 12, 2026

SAS Institute A00-280 Online Questions & Answers

  • Question 11:

    Which SAS program will apply the data set label 'Demographics' to the data set named DEMO?

    A. data demo (label='Demographics'); set demo; run;
    B. data demo; set demo (label='Demographics'); run;
    C. data demo (label 'Demographics'); set demo; run;
    D. data demo; set demo; label demo= 'Demographics'; run;

  • Question 12:

    The following output is displayed:

    Which SAS program created this output?

    A. proc freq data=WORK.TESTDATA; tables gender * answer / nocol norow nopercent; run;
    B. proc freq data=WORK.TESTDATA; tables answer * gender / nocol norow nopercent; run;
    C. proc freq data=WORK.TESTDATA; tables gender * answer / nocol norow nopercent missing; run;
    D. proc freq data=WORK.TESTDATA; tables answer * gender / nocol norow nopercent missing; run;

  • Question 13:

    Identify the data structure with the following characteristics:

    ?Contains one or more records per subject, per analysis parameter, and per analysis timepoint.

    ?May be derived from findings, events, interventions and special-purpose SDTM domains, or other ADaM datasets.

    ?A record can represent an observed, derived, or imputed value required for analysis.

    A. General Data Structure (GDS)
    B. Basic Data Structure (BDS)
    C. Subject Level Analysis Data Set (ADSL)
    D. Event Level Analysis Data Set (ADAE)

  • Question 14:

    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, )

  • Question 15:

    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 ;

  • Question 16:

    The purpose of the ADaM model is to provide a framework that:

    A. enables the tabulation of the raw source data
    B. enables the creation of study patient profiles
    C. enables the statistical analysis of the data
    D. can be used to generate the CDISC ODM

  • Question 17:

    Which statement will produce report output that can be opened in Microsoft Word?

    A. ods rtf file='report.rtf';
    B. ods doc file='report.doc';
    C. ods type='word' file='report.doc';
    D. ods rtf='report.rtf';

  • Question 18:

    The following SAS program is submitted: data WORK.ALL;

    How will the data sets ONE and TWO be combined?

    A. updated
    B. one-one merged
    C. match merged
    D. concatenated

  • Question 19:

    The following SAS program is submitted:

    What will be the result when the program executes?

    A. num3 assigned a missing value
    B. num3 assigned a value of 0
    C. num3 assigned a value of 1
    D. An error due to mixed variable types in the assignment statement.

  • Question 20:

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

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.