Hi,
I was wondering if anyone could help me out with the following question. I've written a program in Base 9, with multiple data steps (and proc prints / reports). The outcome is based on the input variables, as stated at the beginning of the program (the &LET statements). Maybe useful to mention: in the datasteps itself, there are several other macro's created by the CALL SYMPUT statement (but these macro's are part of the calculations in the datastep, nothing else).
Now I want to run like 10.000 simulations (so different %LET statements). Is there a way to do this? Creating another dataset with the variables of each %LET statement and make the whole thing just 1 macro? Or is this not possible? Thanks for your answer in advance!
The code looks like this:
/* Input variables new system*/
%Let example1='1';
%Let example2='5';
%Let example3='20';
%Let example4='35';
%Let example5='0';
%Let example6='3';
%Let example7='5';
Datastep 1
Proc Print 1
Data step 2
Proc Print 2
Etc.
Business / Risk Analyst
wphupkes@gmail.com
I was wondering if anyone could help me out with the following question. I've written a program in Base 9, with multiple data steps (and proc prints / reports). The outcome is based on the input variables, as stated at the beginning of the program (the &LET statements). Maybe useful to mention: in the datasteps itself, there are several other macro's created by the CALL SYMPUT statement (but these macro's are part of the calculations in the datastep, nothing else).
Now I want to run like 10.000 simulations (so different %LET statements). Is there a way to do this? Creating another dataset with the variables of each %LET statement and make the whole thing just 1 macro? Or is this not possible? Thanks for your answer in advance!
The code looks like this:
/* Input variables new system*/
%Let example1='1';
%Let example2='5';
%Let example3='20';
%Let example4='35';
%Let example5='0';
%Let example6='3';
%Let example7='5';
Datastep 1
Proc Print 1
Data step 2
Proc Print 2
Etc.
Business / Risk Analyst
wphupkes@gmail.com