{
{    The purpose of this request is to alter the Known Job List (KJL) by adding
{ an entry that signifies the existence of a possible candidate for initiation.
{ This information is regained from the job's system label during a recovery
{ deadstart of NOS/VE.
{
{       QFP$REBUILD_INPUT_QUEUE (SYSTEM_LABEL, EARLIEST_CLOCK_TIME_TO_INITIATE,
{             LATEST_CLOCK_TIME_TO_INITIATE, CURRENT_CLOCK_TIME,
{             JOB_SUBMISSION_TIME, JOB_CLASS, INPUT_FILE_LOCATION,
{             LOGIN_FAMILY_AVAILABLE, STATUS);
{
{ SYSTEM_LABEL: (input)  This is the system label for the job being recovered.
{
{ EARLIEST_CLOCK_TIME_TO_INITIATE: (input)  This is the microsecond clock value
{       which needs to be exceeded in order for this job to become a candidate
{       for initiation.
{
{ LATEST_CLOCK_TIME_TO_INITIATE: (input)  This is the microsecond clock value
{       that signifies the latest time at which this job is a candidate for
{       successful initiation.
{
{ CURRENT_CLOCK_TIME: (input)  This is the value contained in the microsecond
{       clock at the time this job was recovered.
{
{ JOB_SUBMISSION_TIME: (input)  This is the recalculated microsecond clock
{       value that indicates the job's submission time.  This value may be
{       negative.
{
{ JOB_CLASS: (input)  This is the job class of the job being recovered.
{
{ INPUT_FILE_LOCATION: (input)  This indicates the physical location of the
{       job's input file.
{
{ LOGIN_FAMILY_AVAILABLE: (input)  This indicates if the job's login family is
{       available on-line or is on an available server mainframe.
{
{ STATUS: (output) This is the record that contains the status of the request.
{       CONDITIONS:
{             jme$maximum_jobs
