{
{    The purpose of this request is to open the output queue file and target
{  file on behalf of the copy_output_file command processor.  The ring 3 queue
{  file must be copied at the caller's ring, but it must be attached and
{  opened at ring 3.
{
{        JMP$OPEN_FILES_FOR_COPOF (OUTPUT_FILE_NAME, TARGET_FILE, CONTROL_INFO,
{          OUTPUT_FID, OUTPUT_LFN, TARGET_FID, STATUS);
{
{ OUTPUT_FILE_NAME: (input) This is the user file name or system file name of
{        the output queue file to copy.
{
{ TARGET_FILE: (input) This is a file reference for the file where the
{        contents of the output queue file are copied.
{
{ CONTROL_INFO: (output) This is the record of data required by the
{        fsp$copy_data_and_close_files request.  That request must be done
{        at the user ring.
{
{ OUTPUT_FID: (output) This is the file_identifier record for the output
{        queue file.
{
{ OUTPUT_LFN: (output) This is the local file name of the output queue file
{        after it is attached.
{
{ TARGET_FID: (output) 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:
{        jme$duplicate_name
{        jme$name_not_found
{        jme$not_validated_for_copof
