SSH Reference Manual

DYN_CPU (cpu,cpu)
Sets default CPU for subsequent ADD SERVICE TYPE DYNAMIC. Default is DYN_CPU (0,15).
DYN_WIN_MAX <nnn>
The existing DYN_WIN_MAX command is generally superseded by the features of GWN^TEMPLATE (introduced in
T0801^ABE), but it is still allowed.
<nnn> is the maximum number of window names, including zero (0). <nnn> must be in the range 100 to 100000, default
is 100000. DYN_WIN_MAX may be used to reduce the number of windows allowed by GWN^TEMPLATE. For
example:
PARAM GWN^TEMPLATE #Z0000
STNCOM $STN ; DYN_WIN_MAX 250
cycles from #Z0000 to #Z0249, then back to #Z0000.
EXIT
EXIT stops STNCOM. This is the normal method of terminating an STNCOM session. STN is not affected. There are
several forms of the EXIT command:
EXIT
E
control Y
eof on disc or process IN file
In an OBEY file, an eof command returns to the previous OBEY file or IN file, and does not terminate STNCOM.
FC
FC provides a typical FC facility; see Guardian TACL or EDIT documentation for a full description. Like the EDIT
product's implementation, STNCOM allows FC to be combined with other commands on a line. When an FC command
is combined in this manner, it takes effect after all other commands on the line are processed; then the FC applies to the
entire line, including the FC itself. FC commands are not allowed in OBEY files, or when the IN file is not the same as
the OUT file.
FESESSDOWN <error-code>
This command controls the file error code returned to application I/O requests while a session is down. Default is 140
(femodemerr) for compatibility with previous releases; values 10-9999 are allowed. Some applications expect error 66
(fedevdown) when a session is down.
FRAGSIZE <n>
Adjusts the minimum memory pool fragment size allowed when splitting a large buffer to satisfy a new request. Use
only under direction of support staff. <n> can be in the range of 26 to 1000. If the larger buffer is within FRAGSIZE of
the requested size, the buffer is not split. This can help reduce fragmentation of the buffer pool.
HP NonStop SSH Reference Manual STN Reference 265