START statement

Use the START statement to start a device or interface that is currently stopped. This statement is usually specified at the end of hlq.PROFILE.TCPIP.

Requirements:
  • VTAM® must be active to START a device or interface with TCP/IP.
  • Each device or interface to be started needs a separate START statement.
Tips:
  • You can also use the VARY TCPIP,,START command to start a device or interface.
  • The START statement can also be used in a VARY TCPIP,,OBEYFILE command data set to start the following:
    • A newly-defined device or interface
    • A device or interface stopped with the STOP statement
    • A device or interface that was never successfully started

Syntax

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

Parameters

device_name
The name of the device to start. This should be the same device_name specified on the DEVICE statement.
interface_name
The name of the interface to start. This should be the same interface_name specified on the INTERFACE statement or the name of a dynamically created interface, such as an IQDX interface.

Steps for modifying

Modification is not applicable to this statement.

Examples

This example shows START statements that start devices LCS1 and LCS2.
START LCS1
START LCS2

Usage notes

Related topics