{
{    The purpose of this request is to open an input file in a NOS/VE input
{ queue.  The job_destination_usage and queue_file_password are used to
{ validate the caller's privilege to access the file.
{
{       JMP$OPEN_INPUT_FILE (SYSTEM_JOB_NAME, ACCESS_LEVEL,
{             JOB_DESTINATION_USAGE, QUEUE_FILE_PASSWORD, FILE_IDENTIFIER,
{             STATUS);
{
{ SYSTEM_JOB_NAME: (input)  This is the system supplied name assigned to the
{       job when it is entered into the NOS/VE input queue.
{
{ ACCESS_LEVEL: (input)  This is the level of access required for the job.
{
{ JOB_DESTINATION_USAGE: (input)  This is the job destination usage of the job.
{
{ QUEUE_FILE_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$application_not_permitted
{             jme$destination_usage_incorrect
{             jme$name_not_found
