Please explain how the do until loop as shown in the picture iterates to give the output as show in the other picture.
DO UNTIL means that the loop iterates until the condtion IS true.
On the first iteration X=5 so that is less than 50 so the loop continues. On the second iteration X=10 which is also less than 50, etc.
The code X+5; (whithout the equal = sign) means: start with 0 and add 5 at each iteration.
do until (x>50); means to stop loop at the given condition.
DO UNTIL means that the loop iterates until the condtion IS true.
On the first iteration X=5 so that is less than 50 so the loop continues. On the second iteration X=10 which is also less than 50, etc.
SAS code is just simple text. Paste in the text so that it is readable and can be copied. Use the Insert SAS code icon to get a pop-up window where you can paste the code so that it retains its formatting.
Posting photogrpahs of text takes longer than pasting the actual text. So it is a waste of your time and of the readers time.
As someone else mentioned, please post input and output as text, not images.
@rohit_95 wrote:
Please explain how the do until loop as shown in the picture iterates to give the output as show in the other picture.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Get started using SAS Studio to write, run and debug your SAS programs.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.