Free A00-215 Exam Braindumps (page: 4)

Page 3 of 16

Which LABEL statement has correct syncytax?

  1. Label1 FName=' First Name' ;
    LName =; Last Name` ;
  2. Label1 FName=' First Name'
    LName =' Last Name` ;
  3. Label1 FName=' First Name' and
    LName =' Last Name` ;
  4. Label1 FName=' First Name' ,
    LName =; Last Name` ;

Answer(s): D



Given the display of the CITIES data set:



Which program creates the PROC PRINT report below?

  1. proc print data=cities showlabelse;
    label Name= ' Employee Name
    City =Birth City
  2. proc print data-cities label noobs;
    label Name='Employee Name'
    City=' Birth City' ;
    run;
  3. proc print data=cities ;
    Name=' Employee Name' ;
    City='Birth City';
    run;
  4. options noobs labels;
    proc print data=cities;
    display Name=' Employee Name*
    city='Birth City',
    run;

Answer(s): C



Which PROC MEANS statements specifies variables to group the data before calculating statistics?

  1. CLASS
  2. GROUP
  3. SUMBY
  4. VAR

Answer(s): A



Which program generates the PROC MEANS report below?

  1. proc means data=sashelp.class nodec;
    class Age; run;
  2. proc means data=sashelp. class;
    group Age;
    run;
  3. proc means data=sashelp. class;
    by Age;
    run;
  4. proc means data=sashelp. class maxdec=0;
    var Age;
    run;

Answer(s): B






Post your Comments and Discuss SAS Institute A00-215 exam with other Community members:

A00-215 Discussions & Posts