{
{   The purpose of this request is to break all "connections" from the subject
{ file   to   each   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_log and
{ (for an interactive job)  to  clc$job_output.   This   original   connection
{ of clc$job_command_response may not be deleted.
{
{       CLP$DELETE_ALL_TARGETS (SUBJECT_FILE, STATUS)
{
{ SUBJECT_FILE:  (input)  This  parameter  specifies  the  file from which the
{       connection is to be 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'
{
