{
{    The purpose of this request is to notify the job scheduler of a job in the
{ input queue that is a candidate for initiation.  It is also used to notify
{ the job scheduler that a job has terminated and the input queue should be
{ examined for a candidate.
{
{       JMP$NOTIFY_JOB_SCHEDULER_OF_JOB (JOB_CLASS, NEW_KJL_INDEX);
{
{ JOB_CLASS: (input)  This is the class of the candidate job.
{
{ NEW_KJL_INDEX: (input)  This is the kjl index of the candidate job that was
{       just placed in the input queue.  It is the null index if the input
{       queue is to be examined for a candidate.
{
