BookmarkSubscribeRSS Feed
alepage
Barite | Level 11

Hello,

 

I am using a unix command such as nohup sas maindriver.sas &

which call many sas macro functions , one at the time...

 

I would like to add a unix command into on of these sas macro functions to stop execution because I am trying to make some troubleshooting and I want the process stop, until I have found where the problem come from?

4 REPLIES 4
alepage
Barite | Level 11
%macro mainfunc;
%m1;
%m2;
%m3;
%m4;
%m5;

%mend mainfunc;
%mainfunc;

Suppose that my mainfunction call m1, m2 , m3, m4, m5

So imagine that in m3, for example, I need to make a libname statement and if the libname does not exist, how can I abort the %mainfunc;

 

 

SASKiwi
PROC Star

You could also try the SAS option ERRORABEND which is good for batch jobs.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1076 views
  • 0 likes
  • 3 in conversation