{
{    The purpose of this request is to indicate to the generic queue file
{ manager that the processing of a queue file has completed.  After this
{ request is made the application must discard any knowledge it may have about
{ this file.  The file no longer belongs to the application and is the sole
{ property of NOS/VE queue file manager.
{
{       JMP$SET_QFILE_COMPLETED (APPLICATION_NAME, SYSTEM_FILE_NAME,
{             COMPLETED_SUCCESSFULLY, STATUS)
{
{ APPLICATION_NAME: (input)  This is the application_name of the queue file.
{
{ SYSTEM_FILE_NAME: (input)  This is the name that NOS/VE assigned to the file
{       when it was queued.
{
{ COMPLETED_SUCCESSFULLY: (input)  This indicates whether or not the file was
{       disposed of successfully.  If the file was not disposed of successfully
{       it may be made available to the application again.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$qfile_appl_not_permitted
{             jme$application_name_incorrect
{             jme$name_not_found
