{
{    The purpose of this request is to indicate that the disposition of a file
{ in the NOS/VE generic queue has completed.  The result is registered in the
{ Known Qfile List and the appropriate action is taken based on whether the
{ file was disposed of successfully or not.
{
{       QFP$SET_QFILE_COMPLETED (APPLICATION_NAME, SYSTEM_FILE_NAME,
{             COMPLETED_SUCCESSFULLY, PURGE_DELAY_CLOCK_TIME,
{             CURRENT_CLOCK_TIME, DELETE_QFILE, STATUS);
{
{ APPLICATION_NAME: (input)  This is the application_name of the queue file
{       that has been disposed of.
{
{ SYSTEM_FILE_NAME: (input)  This is the system_file_name that was assigned to
{       the file when it was placed in the NOS/VE generic queue.
{
{ COMPLETED_SUCCESSFULLY: (input)  This indicates if the file was disposed of
{       successfully or not.
{
{ PURGE_DELAY_CLOCK_TIME: (input)  This is the microsecond clock value at which
{       the file will expire from the generic queue.
{
{ CURRENT_CLOCK_TIME: (input)  This is the current microsecond clock value.
{
{ DELETE_QFILE: (output)  This indicates whether or not the file should be
{       removed from the generic queue or not.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$qfile_appl_not_permitted
{             jme$application_name_incorrect
{             jme$name_not_found
