FROM and UNTIL dates together define a time frame for ordering the job. Unless forced, a job can only be ordered during the specified time frame. However, if the job is forced, the FROM and UNTIL parameters are ignored.
1. The date specified in the FROM subparameter is earlier than that specified in the UNTIL subparameter.
For example,
DEFINITION ACTIVE FROM   091002 UNTIL   011102
The job can only be ordered on or between October 9, 2002 and November 1, 2002.
2. The date specified in the FROM subparameter is later than that specified in the UNTIL subparameter.
For example,
DEFINITION ACTIVE FROM   090502 UNTIL   010402
The job can only be ordered on or after May 9, 2002, or before or on April 1, 2002, but not between those dates.
For example,
DEFINITION ACTIVE FROM   091002 UNTIL  
The job can only be ordered on or after October 9, 2002.
For example,
DEFINITION ACTIVE FROM             UNTIL   011102
The job can only be ordered on or before November 1, 2002.
For example,
DEFINITION ACTIVE FROM             UNTIL  
The job can be ordered on any date.
Parent Topic |