The temporary work tables
for the Business Rule transformation should be left in SAS data set
format. Otherwise, the transformation might fail.
Transformations in a
job typically create temporary work tables as they execute. The default
work tables are SAS data sets in the SAS WORK library. You can redirect
these temporary tables to an alternative format and location,
as described
in Redirecting Temporary Output Tables. However, the temporary work tables for the Business Rule
transformation should be left in SAS data set format.
If a job with a Business
Rule transformation fails with errors, try turning off the
Enable
optional metadata macro variables option for the job.
This option is required when the job is executed on a SAS 9.1 Workspace
Server, but it is not required if the job is executed on a newer server.
To turn off this option for one job, perform the following steps.
-
Open the job in the
process editor.
-
Right-click the canvas
of the job and select
Properties. The properties
window for the job appears.
-
-
Deselect the
Enable
optional metadata macro variables option.
-
Click
OK to
save your changes.
-
If the job now runs
without error, consider turning off the
Enable optional
metadata macro variables option at the global level so
that this option is turned off for all new jobs. To turn off this
option for all new jobs, perform the following steps.
-
Select
Tools Options from the main menu.
-
Click the
Code
Generation tab.
-
Deselect the
Enable
optional metadata macro variables option.
-
Click
OK to
save your changes.