Thanks for the reply, Medvedeff.
My codings are more complicated than that,
so here are some of the codes.
proc gplot data=semtech.&dataset._qa;
plot EV_std * time_dec iflow_ex_temp * time_dec /
overlay grid haxis=axis1 vaxis=axis2 legend=legend1;
axis2 label=(font=swiss height=1.3...
Hi, I am trying to do multiple runs using
different variables each time and I was wondering
if I can use macro to automate it.
For example, I am trying to do:
proc gplot data=dat;
plot a * b;
run;
proc gplot data=dat;
plot c * d;
run;
proc gplot data=dat;
plot e * f;
run;
proc gplot...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.