{
{  This request is used to schedule a newly created task.  A PTL entry
{  is assigned to the task and it is inserted in the DCT chain.  The PTL
{  entry is also linked to the AJL thread for this job.
{
{  TYPE
{    TMT$RB_INITIATE_JOB = RECORD
{      REQCODE,
{      STATUS,
{      XCB_P,
{      WAIT,
{      TASKID,
{    RECEND;
{
{  REQCODE: (input) The value of this parameter is syc$rc_initiate_job.
{
{  STATUS: (output) This parameter is the standard monitor status.
{
{  XCB_P: (input) This parameter is a pointer to the new tasks XCB.
{
{  WAIT: (input) This parameter specifies if the requesting task wants to
{                wait for a signal from the initiated task.
{
{  TASKID: (input) This parameter specifies the global task id of the new task.
