{
{    The purpose of this request is to indicate that the disposition of an
{ output file in the NOS/VE output queue has completed.  The result is
{ registered in the Known Output List and the appropriate action is taken based
{ on whether the file was disposed of successfully or not.
{
{       QFP$SET_OUTPUT_COMPLETED (OUTPUT_DESTINATION_USAGE, SYSTEM_FILE_NAME,
{             COMPLETED_SUCCESSFULLY, PURGE_DELAY_CLOCK_TIME,
{             CURRENT_CLOCK_TIME, DELETE_OUTPUT_FILE, SYSTEM_JOB_NAME, STATUS);
{
{ OUTPUT_DESTINATION_USAGE: (input)  This is the destination_usage of the
{       output file that has been disposed of.
{
{ SYSTEM_FILE_NAME: (input)  This is the system_file_name that was assigned to
{       the output file when it was placed in the NOS/VE output 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 output queue.
{
{ CURRENT_CLOCK_TIME: (input)  This is the current microsecond clock value.
{
{ DELETE_OUTPUT_FILE: (output)  This indicates whether or not the file should
{       be removed from the output queue or not.
{
{ SYSTEM_JOB_NAME: (output)  This is the system_job_name of the job that had
{       placed the file in the NOS/VE output queue.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$application_not_permitted
{             jme$destination_usage_incorrect
{             jme$name_not_found
