{
{    The purpose of this request is change certain output attribute data in the
{ Known_Output_List (KOL).
{
{       QFP$CHANGE_OUTPUT_ATTRIBUTES (SYSTEM_LABEL,
{             EARLIEST_CLOCK_TIME_TO_PRINT, LATEST_CLOCK_TIME_TO_PRINT,
{             PURGE_DELAY_CLOCK_TIME, CURRENT_CLOCK_TIME, REPRINT_DISPOSITION,
{             NOTIFY_APPLICATION, APPLICATION_GTID, DELETE_OUTPUT_FILE,
{             STATUS);
{
{ SYSTEM_LABEL: (input)  This is the output system label associated with output
{       file.
{
{ EARLIEST_CLOCK_TIME_TO_PRINT: (input)  This is the microsecond clock value at
{       which the file becomes a candidate for disposition.
{
{ LATEST_CLOCK_TIME_TO_PRINT: (input)  This is the microsecond clock value at
{       which the file expires and should be removed from the output queue.
{
{ PURGE_DELAY_CLOCK_TIME: (input)  This is the time increment in microseconds
{       for the file in the queue.  It represents how long the file should
{       remain in the queue after it has been printed.  Its true value is the
{       microsecond clock value at which the file will expire.
{
{ CURRENT_CLOCK_TIME: (input)  This is the current microsecond clock value.
{
{ REPRINT_DISPOSITION: (input)  This indicates if the file should be reprinted,
{       discarded or not changed.  This value only has an effect on printed
{       files.
{
{ NOTIFY_APPLICATION: (output)  This indicates if an output application,
{       identified by the APPLICATION_GTID, should be notified of the modified
{       output queue file.
{
{ APPLICATION_GTID: (output)  If the NOTIFY_APPLICATION parameter is true,
{       this parameter is the global task id of the output application
{       registered for the changed queue file.
{
{ DELETE_OUTPUT_FILE: (output)  This indicates if the file has been removed
{       from the KOL.  If it has, the output file should be deleted.
{
{ STATUS: (output) This is the status of the request.
{       CONDITIONS:
{             jme$name_not_found
