SCF Reference Manual for J-Series and H-Series RVUs

SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs529649-003
5-118
SUSPEND Command
SUSPEND Command
The SUSPEND command restricts the use of the connections both to and from an
object. Application requests, except close requests, are rejected. The SUSPEND
command can be issued only to an object in the STARTED state. Following execution
of a SUSPEND command, the object state is changed to SUSPENDED.
This command is sensitive.
OUT
file-spec
causes any SCF output generated for this command to be directed to the specified
file. The variable
file-spec
is defined on page 5-9.
object-spec
is the object to be suspended. The variable
object-spec
is defined on page 5-2.
If
object-spec
is omitted, the assumed object is suspended. (See ASSUME
Command on page 5-36.) The objects that can be suspended depends on the
subsystem.
SUB [
subobjtype
]
selects the subordinate objects the command affects. The variable
subobjtype
can be a subordinate object type or one of the keywords ONLY, ALL, or NONE, as
explained under SCF Subdevices on page 3-5.
Consideration
To cause the object to resume operation, use the ACTIVATE command (described on
page 5-19
).
Example
This command restricts the use of connections to and from an Expand LINE object
named $EXPLH:
-> SUSPEND LINE $EXPLH
SUSPEND [ / OUT
file-spec
/ ] [
object-spec
]
[ , SUB [
subobjtype
] ]