Status            (ISC)

DESCRIPTION
The "Status" datapoint displays the status of the connection.


VALUES
Only two values are defined - 'Out' and 'Ins'.


INTERPRETATION
The value 'Out' means that the connection is OUT of service.  No ISC (outbound
or inbound) can occur when the connection is in this state.  'Ins' means that
the connection is IN Service. The master terminal transaction CEMT can change 
the status of the connection. To put the connection in service, issue the 
following command: 

   CEMT SET CONNECTION(conn) INSERVICE

To take the connection out of service, issue the following command:

   CEMT SET CONNECTION(conn) OUTSERVICE

In both cases, 'conn' is the name of the connection shown by the "RSys" 
datapoint.


CONCLUSIONS
If a function ship is performed while the connection is out of service, the
command fails with the SYSIDERR exception response. However, if an inbound
transaction route is received, the LU6.2 conversation is aborted.
