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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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