Question 10: Which of the following statements are correct, with regards to DO UNTIL statement

  1. DO UNTIL statement will always execute enclosed statements at least once.
  2. DO UNTIL statement may not execute enclosed statements if condition is true at the start.
  3. All the enclosed statements will be executed if condition until become true.
  4. END; statement is not mandatory its optional.

 

  1. A,B
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 4 Exp : Any looping statement required END; statement to close. Hence, option 4 is out. When you use Do UNTIL, it will execute it at

 least once.

You can access to full explanation to question and answer from this page.