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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

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