SAS Programming

DATA Step, Macro, Functions and more
BookmarkSubscribeRSS Feed
MattJans
Obsidian | Level 7

I've googled a little (even searched in the SAS 9.3 documentation) and I just don't see it. Please advise. Thanks!

The dialog window is titled "Tasking manager", but searching for that didn't help either.

1 REPLY 1
jakarman
Barite | Level 11

Matt, you are on windows with a local installation on SAS. You are referring  to SAS(R) 9.3 Companion for Windows (Interrupting Your SAS Session)

Assuming that is the only way of SAS with the DMS you are using, not server-based no DBMS connections no sas connect no Eguide (pfhhh that is a lot not's )

then you are asking: 

- at what moment that break is working

- the difference with the two Windows task manager options.

1/ The only thing you can see is that SAS is checking on some regular moments whether you pushed the ! break. Makes sense as those are moments that some sas processing has a stable moment to stop,

Do no expect and endless loop to stop as there are possible no stable moments,

2/ The interrupt (sigint Unix normal kill) stop task is more persistent as it will call an function to stop to react on by SAS. SAS can than stop and cleanup what is there.

3/ For the barbarians there is stop program immediate  (kill -9 Unix  abort operating) it do a stop in a very infriendly way losing possible buffers still to write to files by that causing  corruption of files.

   This is the last option when nothing helps.     

---->-- ja karman --<-----

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Save $200 when you sign up by March 14!

Register now!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 580 views
  • 0 likes
  • 2 in conversation