{
{    The purpose of this request is to open a file in the NOS/VE generic queue.
{ The application_name and qfile_password are used to validate the caller's
{ privilege to access the file.
{
{       JMP$OPEN_QFILE (SYSTEM_FILE_NAME, ACCESS_LEVEL, APPLICATION_NAME,
{             QFILE_PASSWORD, FILE_IDENTIFIER, STATUS);
{
{ SYSTEM_FILE_NAME: (input)  This is the system supplied name assigned to the
{       file when it is entered into the NOS/VE generic queue.
{
{ ACCESS_LEVEL: (input)  This is the level of access required for the queue
{       file.
{
{ APPLICATION_NAME: (input)  This is the application_name of the file.
{
{ QFILE_PASSWORD: (input)  This password validates the request to open the
{       file.
{
{ FILE_IDENTIFIER: (output)  This is the file identifier assigned to the file
{       that was opened.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$qfile_appl_not_permitted
{             jme$application_name_incorrect
{             jme$name_not_found
