{
{    The purpose of this request is to update fields of a Known Job List (KJL)
{ entry that may have changed and resubmit the job.
{
{       QFP$CHANGE_INPUT_ATTRIBUTES (SYSTEM_LABEL, JOB_CLASS, PRIVILEGED_JOB,
{             EARLIEST_CLOCK_TIME_TO_INITIATE, LATEST_CLOCK_TIME_TO_INITIATE,
{             CURRENT_CLOCK_TIME, VALID_MAINFRAME_SET, STATUS)
{
{ SYSTEM_LABEL: (input)  This is the record that contains the data necessary to
{       update an entry in the KJL.
{
{ JOB_CLASS: (input)  This is the job class of the job.
{
{ PRIVILEGED_JOB: (input)  Indicates whether or not the request originated from
{       privileged job.  If the requesting job is not privileged, the input
{       file's job submission time is request to "now".
{
{ EARLIST_CLOCK_TIME_TO_INITIATE: (input)  This is a microsecond clock value
{       that must be exceeded before the job can become a candidate for
{       initiation.
{
{ LATEST_CLOCK_TIME_TO_INITATE: (input)  This is a microsecond clock value that
{       signifies the "latest" microsecond clock value at which the job can
{       become a candidate for successful initiation.
{
{ CURRENT_CLOCK_TIME: (input)  This is the value of the microsecond clock at
{       the time the job was submitted.
{
{ VALID_MAINFRAME_SET: (input) This is the set of mainframes on which the job
{       can execute.
{
{ STATUS: (output) This is the record that contains the status of the request.
{       CONDITIONS:
{             jme$input_is_initiated
{             jme$name_not_found
{             jme$scheduling_profile_changed
{

