{
{    The purpose of this request is to find an output file that has been
{  terminated and return the file's name to the requestor.  This request
{  also discards any queued-file essence of the file in the KOL.
{
{        QFP$TERMINATE_ACQUIRED_OUTPUT (OUTPUT_DESTINATION_USAGE,
{              SYSTEM_FILE_NAME, SYSTEM_JOB_NAME, DELETE_OUTPUT_FILE, STATUS);
{
{ OUTPUT_DESTINATION_USAGE: (input) This indicates what the destination_usage
{        of the file is that the requestor is interested in.
{
{ SYSTEM_FILE_NAME: (output) This is the file that has been terminated.
{
{ SYSTEM_JOB_NAME: (output) This is the system_job_name of the job that placed
{        the file in the NOS/VE output queue.
{
{ DELETE_OUTPUT_FILE: (output) This indicates if the entry was removed from
{        the Known_Output_List (KOL) - if so, the output file must be deleted.
{
{ STATUS: (output) This is the status of the request
{      CONDITIONS:
{        jme$output_queue_is_empty
