{
{   The purpose  of  this  request is to break a "connection" from the subject
{ file   to   the    target    file    that    was    established    by    the
{ clp$create_file_connection  request.   The  deletion  of  the  connection is
{ immediate.  Once all connections from a  subject  file  have  been  deleted,
{ normal processing of the file is resumed.
{
{   The system  initially  connects clc$job_command_response to clc$job_output
{ (for an interactive job) or  to  (clc$null_file)  for  a  batch  job.   This
{ original connection of clc$job_command_response may not be deleted.
{
{       CLP$DELETE_FILE_CONNECTION (SUBJECT_FILE, TARGET_FILE, STATUS)
{
{ SUBJECT_FILE:  (input)  This  parameter  specifies  the  file from which the
{       connection is to be deleted.
{
{ TARGET_FILE:  (input)  This  parameter  specifies  the  file  to  which  the
{       connection  is  to be deleted.  If this file has been connected to the
{       subject file more than  once,  only  the  most  recent  connection  is
{       deleted.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: cle$improper_subject_file_name,
{             cle$improper_target_file_name, cle$unknown_file_connection,
{             cle$connection_cannot_be_broken
{       IDENTIFIER: 'CL'
{
