{
{    The purpose of this request is to close the output queue file and target
{  file on behalf of the copy_output_file command processor.  The files must
{  be closed at the same ring as where they were opened, ring 3.
{
{        JMP$CLOSE_FILES_FOR_COPOF (OUTPUT_FID, OUTPUT_LFN, TARGET_FID,
{          STATUS);
{
{ OUTPUT_FID: (input) This is the file_identifier record for the output queue
{        file.
{
{ OUTPUT_LFN: (input) This is the local file name of the output queue file
{        after it was attached.
{
{ TARGET_FID: (input) This is the file_identifier record for the copy target
{        file.
{
{ STATUS: (output) This is the record that contains the status of the request.
{      CONDITIONS:
{        None.

