{
{    The purpose of this request is to indicate to queue file manager that the
{ disposition of an output file has completed.  After this request is made the
{ application must discard any knowledge it may have about this file.  The file
{ no longer belongs to the application and is the sole property of NOS/VE queue
{ file manager.
{
{       JMP$SET_OUTPUT_COMPLETED (OUTPUT_DESTINATION_USAGE, SYSTEM_FILE_NAME,
{             COMPLETED_SUCCESSFULLY, STATUS);
{
{ OUTPUT_DESTINATION_USAGE: (input)  This is the output_destination_usage of
{       the output file.
{
{ SYSTEM_FILE_NAME: (input)  This is the name that NOS/VE assigned to the file
{       when it was printed.
{
{ COMPLETED_SUCCESSFULLY: (input)  This indicates whether or not the file was
{       disposed of successfully.  If the file 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
