@Ramya2 wrote:
If it is before looper, it will create log for each subject. I dont want the log to be created for each subject.
I think this is incorrect. There is nothing in the code that will cause a log for each subject to be generated.
With all suggested changes:
%macro caller();
%do j=1 %to &npts;
%if %sysfunc(mod(&j,3))=1 %then
%do;
proc printto new log ='"/ctshared/cdr/dev/RAMYA/archive/logfile_&j..log";
run;
%let rc=%sysfunc(sleep(60,1));
%end;
%looper(subject=&&pt&j.);
%end;
%mend caller();
Should be OK. Try it and see. Careful programming might eliminate an unnecessary SLEEP.
So that's closer. Now move the %LOOPER macro as @PaigeMiller suggested.
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 save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.