{
{
{    The purpose of this request is to disconnect an open connection.
{ Undelivered data on the connection may be lost as a result of this request.
{ This request will result in the delivery of a "disconnect" event to the user
{ at the other end of the connection.
{
{    For an orderly termination of a connection, the communicating users should
{ agree (thru normal communication) that no further communication is necessary
{ before issuing this request.
{
{       NLP$TA_DISCONNECT_CONNECTION (CL_CONNECTION, DATA, STATUS)
{
{ CL_CONNECTION: (input, output)  This parameter specifies the interlayer
{       connection that is associated with the transport access agent
{       connection to be disconnected.
{
{ DATA: (input, output)  This parameter specifies data to be included as part
{       of the "disconnect" event.  It may be used to communicate the reason
{       for the disconnect.  The length of this data may not exceed 64 bytes.
{       The system buffers containing this data will be released as a result of
{       this request.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             nae$ta_connection_terminated
{             nae$ta_disconnect_data_len_err
{
