{
{    The purpose of this request is to indicate to queue files that the
{ disposition of a job has completed.  After this request is made the
{ application must discard any knowledge it may have about this job.  The job
{ no longer belongs to the application and is the sole property of NOS/VE queue
{ file management.
{
{       JMP$SET_INPUT_COMPLETED (JOB_DESTINATION_USAGE, SYSTEM_JOB_NAME,
{             COMPLETED_SUCCESSFULLY, STATUS);
{
{ JOB_DESTINATION_USAGE: (input)  This is the job_destination_usage of the job.
{
{ SYSTEM_JOB_NAME: (input)  This is the name that NOS/VE assigned to the job
{       when it was submitted.
{
{ COMPLETED_SUCCESSFULLY: (input)  This indicates whether or not the job was
{       disposed of successfully.  If the job was not disposed of successfully
{       it may be made available to the application again.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$application_not_permitted
{             jme$destination_usage_incorrect
{             jme$name_not_found
