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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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