The designer
macro has several optional parameters:
Default = 5310. This
parameter indicates the port that the designer uses to communicate
with the SAS server. If another application is using port 5310, you
can specify a different port for the designer.
Default = N. If you
add or modify any SAS libraries, data sets, or format options, setting
this parameter to Y enables the designer to detect your changes without
having to be restarted.
Default = N. Some of
the plots that are supplied with the designer depend on data sets
that the designer creates in the WORK library. If you inadvertently
delete some of these data sets, you can re-create them by setting
this parameter to Y the next time you start the designer.
Multiple
parameters can be used in any order.
To change
the server port number to 5320 and re-create the data sets, you can
submit the following statement:
%sgdesign( portnum=5320 , datasets=Y)
To force
re-creation of the WORK data sets when you start the designer, submit
the following statement:
To pick
up any new libraries, data sets, or format-related option changes
in the SAS session while the designer is running, submit the following
statement: