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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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