Question 10: Which of the following statements are correct, with regards to DO UNTIL statement
- DO UNTIL statement will always execute enclosed statements at least once.
- DO UNTIL statement may not execute enclosed statements if condition is true at the start.
- All the enclosed statements will be executed if condition until become true.
- END; statement is not mandatory its optional.
- A,B
- 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 : 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.