Previous Topic: RESOLV Usage NotesNext Topic: RESTART Command


RESOLV Examples

This example causes all schedule members that reference base calendar SCAL1301 to be selected. TEST=NO indicates the schedule members are actually updated. A printout of the schedule day calendar is also requested.

RESOLV,YEAR=13,SCAL=01,TEST=NO,PRINT=YES

This example causes selection of the schedule member for input network INNET1 if 2012 is the year currently defined in the schedule member. The schedule selected is resolved for 2013 (SCAL13PR) and the resulting schedule day calendar is printed. Due to the absence of TEST=NO, the TEST=YES default takes effect, and the schedule member is not updated in the database.

RESOLV,YEAR=13,SCAL=PR,NW=NW.INNET1,PRINT=YES,OLDYR=08

This example causes all schedule members that reference base calendar SCAL13AC to be selected for resolution. Previous resolution year data is not considered (OLDYR=*). The schedule members are updated but calendars are not printed.

RESOLV,YEAR=13,SCAL=AC,OLDYR=*,TEST=NO

This example causes all schedule members that reference base calendar 02, and that have never been previously resolved, to be selected. Resolution would be for the current calendar year unless the command is issued from July 1 through December 31. It would then use the last six months of the current calendar year and the first six months of the following year to cover a 12-month period. All other RESOLV function parameters assume default values in this example.

RESOLV,SCAL=02

This example causes all job schedules to be resolved for the current 12-month period. The schedule members are updated with the results of this RESOLV command. All calendars referenced by job schedules are used to process this RESOLV.

RESOLV,JOB=*,OLDYR=*,TEST=NO