BookmarkSubscribeRSS Feed
Pinky9
Calcite | Level 5

Hi all,

Could u explain the procedure to stop executing the SAS program while it is getting executed.

4 REPLIES 4
P_Sharma
Calcite | Level 5

HI Pinky,

Are you looking for some procedure in sas which can help you stop executing your program. I am not sure if we have anything like that in SAS.

But in UNIX you can use ctrl ZZ command to stop executing your program in middle.

Pinky9
Calcite | Level 5

Hi P.Sharma,

Yeah , either a procedure or a tool in menu bar .

if u happen to know , pls keep update .

Thanks

P_Sharma
Calcite | Level 5

Hi Pinky,

you have stop option in EG.

jakarman
Barite | Level 11

The stop option button in Eguide is only working when the process behind is responding.

There is also a taksmanger window in Eguide so you can follow the processes starting en stopping

When the Unix process behind and Eguide lost their connection and the Unix proces is still running or looping the only way it:

- login in Unix in the back hole approach

- kill the process by its prosee-number in a normal decent way.

- If that also fails kill it in the indecent way having the risk of corrupting datasets being processed on.

Hopeful you have sufficient Unix skills and autorisations to do this.

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

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 4 replies
  • 1455 views
  • 0 likes
  • 3 in conversation