How to stop the tables displayed in the Enterprise Guide?

I am writing a procedure for other users to run in the Enterprise guide based on SAS 9.3. It writes various bits of information to a table. Is there a way to stop this table appearing in the process thread?

NB This is almost all done using the "Custom Code" steps. Unfortunately, setting in the menu (see vasja answer below) does not seem to affect the UWC steps.

(I saw this: Tell SAS not to add newly created tables to the process flow , but I use 9.3 so that it doesn't work!)

+5
source share
2 answers

An employee (twitter.com/binarytrain) found out a solution.

EG 9.3, , , (1). , , , libname .

"" - - .

  • & sasworklocation _work

libname

  • , .

(1) , .

+2

EG 5.1: - , : .

+1

All Articles