{
{    The purpose of this request is to verify that the requesting task is
{  permitted to access the specified file in the output queue.
{
{        QFP$VALIDATE_OUTPUT_FILE_ACCESS (SYSTEM_FILE_NAME,
{              OUTPUT_DESTINATION_USAGE, QUEUE_FILE_PASSWORD, STATUS);
{
{ SYSTEM_FILE_NAME: (input) This is the system_file_name of the file that
{        is being accessed.
{
{ OUTPUT_DESTINATION_USAGE: (input) This is the destination_usage of the
{        requesting application.  It must match the file's destination_usage.
{
{ QUEUE_FILE_PASSWORD: (input) This is the password assigned by queued files
{        when the application registered.
{
{ STATUS: (output) This is the status of the request.
{      CONDITIONS:
{        jme$application_not_permitted
{        jme$destination_usage_incorrect
{        jme$name_not_found
