Question 70: You have been working as a data analysts in HadoopExam Inc. recently you have moved from Python programming to SAS programming, and start
using Do looping of SAS. Which of the following statement is correct with regards to Do loop?
- You can use conditions in the Do loop.
- It will always generate one observations.
- It can be used in both DATA and PROC steps
- It can be used read data as well as producing multiple observation using output statement.
- 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 : Lets take one by one given option.
Yes, you can use condition in do loop to control iteration, when to exit from loop.
You can access to full explanation to question and answer from this page.