{
{    The purpose of this request is to update the status of a file that is
{ currently being processed by an application.  The application_name and the
{ qfile_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_QFILE_STATUS (SYSTEM_FILE_NAME, APPLICATION_NAME,
{             QFILE_PASSWORD, QFILE_STATUS_UPDATES_P, STATUS);
{
{ SYSTEM_FILE_NAME: (input)  This is the system supplied name for the file.
{
{ APPLICATION_NAME: (input)  This is the application name of the file.
{
{ QFILE_PASSWORD: (input)  This password validates the request to update the
{       status of the file.
{
{ QFILE_STATUS_UPDATES_P: (input)  This indicates what information about the
{       file is being updated.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$qfile_appl_not_permitted
{             jme$application_name_incorrect
{             jme$invalid_parameter
{             jme$name_not_found
