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-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


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