GDSX Manual

Operations and Support
Extended General Device Support (GDSX) Manual134303
3-2
ASSIGN and PARAM Commands
For information on setting the HIGHPIN object file attribute or the TACL #HIGHPIN
built-in variable, see the Guardian Application Conversion Guide.
ASSIGN and PARAM Commands
Before running a GDSX process, if it is necessary to clear any previously set parameter
values, enter the following command at a TACL prompt:
> CLEAR ALL
Then enter any TACL ASSIGN or PARAM commands that are necessary for your
application. The syntax for the ASSIGN command is:
The syntax for the PARAM command is:
For example, to specify a maximum of two LINE^HANDLER tasks for a GDSX
process, enter the following command:
> PARAM MAXLINES 2
To specify a maximum of 30 simultaneous external openers for a GDSX process, enter
the following command:
> PARAM MAXOPENS 30
To specify that your GDSX process is converted, set d^plus^enabled of the
CONTROLFLAGS configuration parameter to 1 by entering the following command:
> PARAM CONTROLFLAGS 8
Many configuration parameters can also be set or changed within SCF. For detailed
information on the configuration parameters, see “GDSX Configuration Parameters” on
page 3-12.
Running a GDSX Process
The RUN command to start GDSX is:
GDSX-object-file
is the name of the GDSX object file.
ASSIGN logical-unit , actual-file-name
PARAM configuration-parameter value
Caution. The PARAM CONTROLFLAGS command also turns off all the other flags in the
CONTROLFLAGS configuration parameter. See CONTROLFLAGS on page 2-49.
RUN GDSX-object-file / run-option-list / [ backup-cpu-number
]