{
{    The purpose of this request is to copy a file from the generic queue to
{ the target file.
{
{       JMP$COPY_QFILE (SYSTEM_FILE_NAME, TARGET_FILE, TARGET_RING, STATUS);
{
{ SYSTEM_FILE_NAME: (input)  This is the name of the queue file to be
{       copied.
{
{ TARGET_FILE: (input) This is the file to which the queue file will be copied.
{
{ TARGET_RING: (input) This specifies the ring at which the target_file is to
{       be created if it does not exist. Target_ring must be >= ring of the
{       caller.
{
{ STATUS: (output) This is the record that contains the status of the request.
{       CONDITIONS:
{             jme$name_not_found
{
{ Remarks: When building object modules that contain calls to
{          JMP$COPY_QFILE, externals must be satisfied from
{          $SYSTEM.OSF$SYSTEM_LIBRARY_46D.
{
{          The user program calling JMP$COPY_QFILE must have ring 6
{          privileges.
