BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
karthick_gopal
Calcite | Level 5

Hi,

 

I am running a simulation experiment in  a loop. I have written a macro to run simulation for multiple times. The macro runs only once and produces no errors or warnings. I checked the syntax and also spent quite some time on debugging this. Everything seems fine.

Am i missing something?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Tom
Super User Tom
Super User

Your macro has a %DO loop that uses the macro variable I.

One possiblity is that somewhere in some of the included program files you are setting the value of I to 3 or more so that the DO loop ends.

View solution in original post

2 REPLIES 2
Tom
Super User Tom
Super User

Your macro has a %DO loop that uses the macro variable I.

One possiblity is that somewhere in some of the included program files you are setting the value of I to 3 or more so that the DO loop ends.

ballardw
Super User

You might try something like

%put After datamanipulation.sas i=&i;

after each of the %include.

Or if you have any macros in any them ensure that all of their macro varaibles are explicitly set to Local.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1543 views
  • 0 likes
  • 3 in conversation