Pathway/iTS System Management Manual (G06.24+)
PROGRAM Commands
HP NonStop Pathway/iTS System Management Manual—426748-002
11-5
DELETE PROGRAM Command
DELETE PROGRAM Command
Use the DELETE PROGRAM command to remove a PROGRAM object description
from the PATHMON configuration file.
program-name
specifies the name of a PROGRAM object. Use either a single name or several
names separated by commas and enclosed in parentheses.
Consideration
The DELETE PROGRAM command deletes only the specified template used for
creating temporary TERM objects—it does not delete the temporary TERM objects
currently running and generated from that template.
To delete a temporary TERM object, you must first use the ABORT TERM or STOP
TERM command, then use the DELETE TERM command. If the ERROR-ABORT
attribute for the template is set to ON, the TCP automatically aborts a temporary TERM
object if a program run error occurs.
Examples
The following commands delete the PROGRAM objects shown:
DELETE PROGRAM PROG-1
DELETE (PROG-3, PROG-4, PROG-5)
DELETE [ PROGRAM ] { program-name }
{ ( program-name [ , program-name ]...) }