I am importing values into a SAS program. The import file looks like the following: x (variable name) 3 4 5 I want my SAS code to run the code using 3 as the value of x, finish, and then go back and do the same for 4 and 5. Instead, it runs it all in one shot and combines the graphs with each other. Is there a way to tell it to run each value separately? Thanks!
... View more