Question 67 :
Which programming statement is used to perform conditional processing on
groups of SAS statements?
- DO
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer : 1
Exp : The key word in this question is 'group'. Conditional
processing can be performed using some iteration of BY, WHERE,
and IF/THEN, but DO provides an opportunity to group statements
together.
You can access to full explanation to question and answer from this page.