{
{     This procedure will create a new job in the system. It will direct
{  creation of the new jobs JOB FIXED segment and will call monitor
{  to make the new job known in monitors address space.
{
{  INITIATE_JOB_FROM_SCHEDULER (NODE, SELF_TERM_JOB, AJL_ORD, CLASS, STATUS)
{
{  NODE: (input) Identifies the job to be initiated.
{
{  SELF_TERM_JOB: (input) Tells whether the job will bring itself down upon
{                           initiation.
{
{  AJL_ORD: (input) tells the location in the active job list AJL for the new job.
{  CLASS: (output) Tells the class of the newly created job.
{
{  STATUS: (output) Tells the status of this request.
{
