STOP statement

Use the STOP statement in a VARY TCPIP,,OBEYFILE command data set to stop a device or interface that is currently started.

Tip: You can also use the VARY TCPIP,,STOP command to stop a device or interface.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-STOP--+-device_name----+------------------------------------><
         '-interface_name-'   

Parameters

device_name
The name of the device to be stopped. This should be the same device_name specified on the DEVICE statement.
interface_name
The name of the interface to be stopped. This should be the same interface_name specified on the INTERFACE statement or the name of a dynamically created interface.

Steps for modifying

Modification is not applicable to this statement.

Examples

This example shows STOP statements that stop devices LCS1 and LCS2.
STOP LCS1
STOP LCS2
 

Usage notes

Related topics