{
{    The purpose of this request is to open an output file in the NOS/VE output
{ queue.  The output_destination_usage and queue_file_password are used to
{ validate the caller's privilege to access the file.
{
{       JMP$OPEN_OUTPUT_FILE (SYSTEM_FILE_NAME, ACCESS_LEVEL,
{             OUTPUT_DESTINATION_USAGE, QUEUE_FILE_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 output queue.
{
{ ACCESS_LEVEL: (input)  This is the level of access required for the output
{       file.
{
{ OUTPUT_DESTINATION_USAGE: (input)  This is the output destination usage of
{       the file.
{
{ 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
