{
{    The purpose of this request is to submit a job to become a candidate for
{  initiation on NOS/VE.
{
{        JMP$SUBMIT_JOB (FILE_REFERENCE, JOB_SUBMISSION_OPTIONS,
{              SYSTEM_JOB_NAME, STATUS);
{
{ FILE_REFERENCE: (input) This is a file that contains the commands of the job
{        to be submitted.
{
{ JOB_SUBMISSION_OPTIONS: (input) This is an array of variants that can impress
{        various characteristics on the job (e.g. job_class).
{
{ SYSTEM_JOB_NAME: (output) This is the system supplied name that NOS/VE
{        has assigned to the job.
{
{ STATUS: (output) This is a record that contains the status of the request.
{       CONDITIONS:
{        ave$illegal_ring
{        cle$improper_name
{        jme$invalid_parameter
{        jme$maximum_jobs
{        jme$must_be_system_job
{        jme$no_space_for_file
