GDSX Manual

DEVICE^HANDLER Example, Running and
Managing
Extended General Device Support (GDSX) Manual134303
4-7
Using SCF
This GDSX process includes a DEVICE^HANDLER that does datastream conversion
on messages passed from multiple requesters to different asynchronous terminals.
You can enter:
> STATUS *, TERM
to see whether the GDSX process has been started.
Using SCF
The operator interface to running GDSX processes is the Subsystem Control Facility
(SCF). SCF provides a set of commands used to manage GDSX processes and the
devices (SUs) and lines (LINEs) used by the GDSX processes. For general information
about SCF functions and command formats, see the Subsystem Control Facility (SCF)
Reference Manual. For information on running SCF specifically to manage GDSX, see
the SCF Reference Manual for GDSX.
TSCODE supports the SCF commands listed in Table 3-1, “GDSX Subsystem-Specific
SCF Commands,” on page 3-15.
At the TACL terminal, start SCF by entering:
> SCF
If SCF does not reside in $SYSTEM.SYSTEM.*, you must enter:
> RUN SCF
Then enter a SETPROMPT command to cause SCF to display, as part of the prompt, any
object type and name currently being assumed:
-> SETPROMPT OBJECT
Now enter an ASSUME command to define the object type and name:
-> ASSUME PROCESS $GDS
After the ASSUME command executes, the SCF prompt includes the process name.
Now enter a STATUS command:
PROCESS $GDS # -> STATUS
The STATUS command tells you there are two TSCODE system tasks running, and no
USCODE user tasks running.
Enter:
PROCESS $GDS # -> VERSION, DETAIL
The VERSION command displays the version level and date for the GDSX process.
Enter:
PROCESS $GDS # -> INFO
The INFO command gives you current attribute and configuration parameter values for
the GDSX process.