{
{    The purpose of this request is to close the queue file and target file on
{ behalf of the copy_queue_file command processor and the copy_mail_file
{ command processor.  The files must be closed from the same ring as they were
{ opened, ring 3.
{
{       JMP$CLOSE_FILES_FOR_COPQF (QFILE_FID, QFILE_LFN, TARGET_FID, STATUS);
{
{ QFILE_FID: (input)  This is the file_identifier record for the queue file.
{
{ QFILE_LFN: (input)  This is the local file name of the 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.
