LATCP DELETE — MicroVMS 4.6
Deletes a local port or service on the local VAX/VMS system.
Format:
DELETE option
Additional information available:
PORT
Stops any active session on the LTAn: port and then delete the port.
However, the recommended ways of terminating the session are:
o Typing LOGOUT to the DCL prompt (for an interactive process)
o STOP/ENTRY= n <queue-name> (for a print job), or
o Abort the program (for COPY or similar output program).
After one of these actions have been taken the DELETE PORT command
can be executed.
Format:
DELETE PORT [local_port_name]
Additional information available:
Parameters
local_port_name Specifies the name of the port that is to be deleted. Port names are of the form LTAn:, where n is the unit number.
SERVICE
Removes the service name from the service announcement message.
This service henceforth is viewed as unavailable from this
node by the LAT server receiving the message.
If no service name is specified, the name determined by
translating the logical name SYS$NODE is used.
Format:
DELETE SERVICE [service_name]
Additional information available:
Parameters
service_name
Specifies the name of the service to be deleted.
The name can be no more than 16 characters in length,
and can only include the characters 0-9, a-z, A-Z,
underscore (_), and dollar sign ($). Enclose the
name in quotes (") if the name has lowercase characters.
/LOG
/LOG (D) /NOLOG Specifies whether the DELETE SERVICE command displays the node and service parameters. The default is /LOG.