ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Advanced Job Scheduler - overrides in group jobs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Advanced Job Scheduler - overrides in group jobs

    If I have a group job in the job scheduler, and the group job contains multiple jobs, like this:



    Job Group Grp Schedule Schedule
    Name Name Seq Status Date Time Schedule
    CHKHOLD DAILYSF 10 *READY *NONE 0:00 *NONE
    CLPURVRD DAILYSF 5 *READY *NONE 0:00 *NONE
    CLWEEKLY DAILYSF 30 *READY *NONE 0:00 *NONE
    HOLDLIST DAILYSF 15 *HELD *NONE 0:00 *NONE
    RHOESTAT DAILYSF 50 *HELD *NONE 0:00 *NONE
    RHSHPP12 DAILYSF 1 *READY 5/12/18 3:45 *DAILY
    RKITMACT DAILYSF 60 *READY *NONE 0:00 *NONE

    And the first job in the group, RHSHPP12, contains an override, like this:

    Seq Command
    10 OVRPRTF FILE(QPRINT) OUTQ(QUSRSYS/PWN52) HOLD(*YES)
    20 CALL CHSHPP12

    Is the override in effect for the remaining jobs in the group job, or only for RHSHPP12?

  • #2
    Is there a manual or redbook for this product? I haven't been able to find one.

    Comment


    • #3
      Finally found the manual and had time to write a dummy group job to test overrides. The override was in effect only for the individual job that contained the override, not for the entire group job.

      Comment

      Working...
      X