{
{    The purpose of this request is to alter the Known Output List (KOL) by
{ adding an entry that signifies the existence of a possible candidate for
{ disposition.  This information is regained from the file's system label
{ during a continuation deadstart of NOS/VE.
{
{       QFP$REBUILD_OUTPUT_QUEUE (SYSTEM_LABEL, EARLIEST_CLOCK_TIME_TO_PRINT,
{             LATEST_CLOCK_TIME_TO_PRINT, PURGE_DELAY_CLOCK_TIME,
{             CURRENT_CLOCK_TIME, STATUS);
{
{ SYSTEM_LABEL: (input)  This is the system label for the file being recovered.
{
{ EARLIEST_CLOCK_TIME_TO_PRINT: (input)  This is the microsecond clock value at
{       which the file will become a candidate for disposition.
{
{ LATEST_CLOCK_TIME_TO_PRINT: (input)  This is the microsecond clock value at
{       which the file will expire and be deleted from the output queue.
{
{ PURGE_DELAY_CLOCK_TIME: (input)  This is the microsecond clock value for the
{       time that a file that has been disposed should be deleted from the
{       output queue.  If the file has not disposed this will be zero.
{
{ CURRENT_CLOCK_TIME: (input)  This is the current microsecond clock value.
{
{ STATUS: (output) This is the record that contains the status of the request.
{       CONDITIONS:
{             jme$maximum_output
