GrabCert
HomeExamsProvidersAbout
Sign InSign Up
Home/Exams/SAS Institute SAS Advanced Programming for SAS 9/Question #10
#10Multiple Choice

Given the SAS data set SAUSER.HIGWAY:

SASUSER.HIGHWAY -

The following SAS program is submitted:
%macro highway;
proc sql nonprint;
%let numgrp=6;
select distinct status into:group1-:group&numgrp from sasuser.highway; quit;
%do i=1 %to &numgrp;
proc print data =sasuser.highway;
where status ="&&group&I";
run;
%end;
%mend;
%highway
How many reports are produced?

Previous
Question 10 of 184
Exam A00-212 Topic 1 Question 10
Back to all questions
Next
GrabCert

Your trusted source for certification exam preparation. Pass your exams with confidence.

Quick Links

  • Home
  • Exams
  • Providers

Legal

  • About
  • Contact Us
  • Refund Policy
  • Privacy Policy
  • Terms of Service

© 2026 GrabCert. All rights reserved.

Sign InSign Up