BookmarkSubscribeRSS Feed
Quentin
Super User

@lioradam wrote:

Thank you, but there are cases when I wank to see the icons to continue building the process flow from that database.

When I follow your instructions for signal regression, it works; I see only the results (icons) that I wanted to see.

 

But with several regressions, it doesn't work.

Here is an example of an icon of a result that I use to build another database:

lioradam_0-1758636627605.png

 

Lior


 

In that second picture, can you show the full process flow?  It's not clear to me if those lines are pointing to output datasets (which should not happen if you have set the option I mentioned to 0), or if they are pointing to other artifacts.

Quentin
Super User

I see in another thread that you mentioned Enterprise Guide and process flows.

 

Is your goal to stop these output datasets from being added as icons in your process flow?

 

If that's your goal, you can go to Tools->Options  and then select Project and Process Flows and set the Maximum number of output datasets to add to the project to be 0.

Quentin_0-1758634462720.png

 

Rick_SAS
SAS Super FREQ

I don't want to hijack this thread, but I'd like to encourage SAS Experts like @Kathryn_SAS and @Quentin to stop proposing 
ODS _ALL_ CLOSE;
or 
ODS LISTING CLOSE;
in their solutions. 

The modern syntax for suppressing ODS results is
ODS EXCLUDE ALL;
followed by ODS EXCLUDE NONE or ODS SELECT <object> when you are ready to resume output.

For more details, see 

lioradam
Obsidian | Level 7

Hi Rick,

Could you please assist in locating this syntax?

I sent my complete program, which includes several regressions; each regression includes several codes.

Thank you,

Lior

Rick_SAS
SAS Super FREQ

I feel confident that you can use the best practices in the links to improve your program. Since I don't have your data, it is difficult for me (or anyone) to know whether our suggestions fix all of the problems you are experiencing. Give it a try and then report back if you have additional questions. 

lioradam
Obsidian | Level 7

O.K 

Thanks.

Lior

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 20 replies
  • 2446 views
  • 2 likes
  • 4 in conversation