{
{    This request is used to schedule a newly created job monitor task.
{  A PTL entry is assigned to the JOB monitor task and it is inserted in
{  the DCT chain.  The segment table entry for the new job's JFS is
{  deleted from the address space of the current task that initiated this
{  job.  Execution of the new job may actually begin before the requesting
{  task continues execution.
{
{  TYPE
{    TMT$RB_INITIATE_JOB = RECORD
{      REQCODE,
{      STATUS,
{      XCB_P,
{      JMTR_TASKID,
{      AJO,
{      IJLO,
{    RECEND;
{
{  REQCODE: (input) The value of this parameter is SYC$RC_INITIATE_JOB.
{
{  STATUS: (output) This parameter is standard monitor status.
{
{  XCB_P: (input)  This parameter provides the pointer to the new job's
{         execution control block.
{
{  JMTR_TASKID: (input) This parameter provides the task id for the new
{         jobs job monitor task.
{
{  AJO: (input/output) Active job ordinal of the new job. Input is a dummy
{       parameter. The actual ajl ordinal is obtained from the ajl_manager.
{
{  IJLO: (input) Initiated job ordinal of the new job.
{
