carryforward

Makes a job stream eligible to be carried forward to the next production plan if it is not completed before the end of the current production plan.

Syntax

carryforward

Examples

The following job stream is carried forward if its jobs have not completed before preproduction processing begins for a new production time frame.

schedule sked43 on th
carryforward
:
job12
job13
job13a
end
The following is an example of a job stream that does not have a job defined.
  1. Define two job streams and submit them in the correct order:
    MDM#JS001
    PRIORITY 0
    :
    MDM#JOB001
    END
     
    MDM#JSNOJOB
    FOLLOWS MDM#JS001.@
    :
    END
    
  2. Both job streams will be in HOLD status at the next JnextPlan time.
  3. After JnextPlan, MDM#JSNOJOB will not carryforward.
    Note: Job streams that do not contain jobs are not carried forward.