BookmarkSubscribeRSS Feed
dropez
Calcite | Level 5
Hi there.

I've implemented a SP process based application, to be used in EGuide, where although i produce lots of output i do not want it to appear in my project flow after the SP execution. In my Development server this works fine, but when i migrated the App to Prod the results appear linked to my SP in the project flow, after execution.

How can i supress the SP output?
1 REPLY 1
dropez
Calcite | Level 5
Auto replying for someone who eventually has the same problem as i did!

The solution i found is to put the following code at the biginning of the SP code:

[pre]
%global _result;

%let _result=STATUS;
[/pre]

This way only the status of the stored process is outputed and all other outputs are supressed.

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 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 859 views
  • 0 likes
  • 1 in conversation