{
{    The purpose of this request is to find an input 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 KJL.
{
{        QFP$TERMINATE_ACQUIRED_INPUT (INPUT_DESTINATION_USAGE,
{              SYSTEM_JOB_NAME, DELETE_INPUT_FILE, STATUS);
{
{ INPUT_DESTINATION_USAGE: (input) This indicates what the destination_usage
{        of the file is that the requestor is interested in.
{
{ SYSTEM_JOB_NAME: (output) This is the file that has been terminated.
{
{ DELETE_INPUT_FILE: (output) This indicates if the entry was removed from
{        the Known_Job_List (KJL) - if so, the input file must be deleted.
{
{ STATUS: (output) This is the status of the request
{      IDENTIFIER:
{        'JM'
{      CONDITIONS:
{        jme$input_queue_is_empty
