Telserv Manual
Subsystem Control Facility (SCF) Commands for
Telserv
Telserv Manual—427174-009
5-21
Examples of the DELETE Command
All Objects
DELETE is a sensitive command.
When the DELETE operation finishes, any windows you specified for deletion are
removed from the subsystem. This command reverses the effect of the ADD
command.
Examples of the DELETE Command
The examples are designed to show correct ways of specifying command syntax.
SERVICE Object
DELETE SERVICE $ztnt.payroll
WINDOW Object
The following command deletes all windows under the $ZTNT process:
DELETE WINDOW $ZTNT.*
The next command deletes the window #WIN03 from process $ZTNT.
DELETE WINDOW $ZTNT.#WIN03
INFO Command
The INFO command returns information for the specified object. The INFO PROCESS
command displays the current attribute settings for the Telserv subsystem. The INFO
SERVICE command returns information about the SERVICE object when it was
established. The INFO WINDOW command displays the current attribute settings for
the specified window. Asterisks indicate which attributes have values that you can
modify using the ALTER command. You can use an object-name template to specify
windows with this command.
The INFO command has the following object-spec:
INFO [ / OUT file-spec / ] [ object-spec ]
[ , SUB [ NONE | ALL | ONLY ] ] [ , DETAIL ]
object-type object-name
PROCESS process-name
SERVICE service-name
WINDOW window-name