Runing a macro with sleep function, but need interrupt/stop in middle.
BUT did not see "the running man". How to stop/interrupt the thread?!
%macro doloopx(ctx);
%do i=1 %to &ctx.;
%doloop(); //
data _x_;
call sleep(60, 1);
run;quit;
%end;
%mend;
%doloopx(10);
What IDE are you using, Enterprise Guide or SAS Studio or something else?
When I run it in PC SAS (Display Manager), I can interrupt it using the the Break button (!).
In Enterprise Guide, I can interrupt it with the Cancel button (red square)
Looks like an old version. Probably just the icon is missing. Try CTRL-BREAK.
Or look at how to add an icon. You should be able to right-click the bar with the icons and select customize to add an icon, and interrupt/break should be an option to add.
Actually that menu bar you showed doesn't look like it should be the menu bar associated with a .sas program. If you get to the point where you can see a running man, that is where you would want to add the interrupt icon. Just curious what version of SAS are you using?
Ye, you are right.
If nothing is done, the active window yields to "results", and the "running man" and "break" are gone.
If click .sas right after submit the code, the active window is still on .sas, the "running man" and "break" are still there.
Can stop/interrupt.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.