{
{    The purpose of this request is to indicate that the disposition of an
{ input file in the NOS/VE input queue has completed.  The result is registered
{ in the Known Job List and the appropriate action is taken based on whether
{ the file was disposed of successfully or not.
{
{       QFP$SET_INPUT_COMPLETED (INPUT_DESTINATION_USAGE, SYSTEM_JOB_NAME,
{             COMPLETED_SUCCESSFULLY, DELETE_INPUT_FILE, STATUS);
{
{ INPUT_DESTINATION_USAGE: (input)  This is the destination_usage of the input
{       file that has been disposed of.
{
{ SYSTEM_JOB_NAME: (input)  This is the system_job_name that was assigned to
{       the input file when it was placed in the NOS/VE input queue.
{
{ COMPLETED_SUCCESSFULLY: (input)  This indicates if the file was disposed of
{       successfully or not.
{
{ DELETE_INPUT_FILE: (output)  This indicates that the file has been removed
{       from the KJL and that it should be deleted from the input queue.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$application_not_permitted
{             jme$destination_usage_incorrect
{             jme$name_not_found
