{
{    The purpose of this request is to update the status of a file that is
{ currently being printed (transferred).  The output_destination_usage and the
{ queue_file_password are used to validate the caller's privilege to access the
{ file.  The file must be CLOSED when this request is made.
{
{       JMP$UPDATE_OUTPUT_STATUS (SYSTEM_FILE_NAME, OUTPUT_DESTINATION_USAGE,
{             QUEUE_FILE_PASSWORD, OUTPUT_STATUS_UPDATES, STATUS);
{
{ SYSTEM_FILE_NAME: (input)  This is the system supplied name for the file.
{
{ OUTPUT_DESTINATION_USAGE: (input)  This is the output destination usage of
{       the file.
{
{ QUEUE_FILE_PASSWORD: (input)  This password validates the request to update
{       the status of the file.
{
{ OUTPUT_STATUS_UPDATES: (input)  This indicates what information about the
{       file is being updated.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$application_not_permitted
{             jme$destination_usage_incorrect
{             jme$invalid_parameter
{             jme$name_not_found
