Previous Topic: FRES ExamplesNext Topic: FRJOB Examples


FRJOB Command

The FRJOB command answers the question, "How does this job get into the system?" The command presents a reverse job flow (reverse trigger flow) based on information in the database. The purpose is to identify how the target job can be brought into the active scheduling system. It tracks backward through triggers from the target job to one or more header jobs. A header job is one that has one or more defined date/time schedules, or, that has no job/data set/network triggers defined. That is, a job, network, or data set that starts the trigger flow that eventually results in the target job being brought into the active scheduling system. FRJOB uses only information in the database.

This command has the following format:

FRJOB,{JOB={jobname|(jobname1,...jobname10)}|JOBL=longjobname}
      [,DRMODE={YES|NO}]
      [,DRCLASS=(class1,...,class8)]
      [,JOBNET={*|name|mask}]
      [,LIST={ALL|HDRS|LAST}]
      [,LVL={100|nnn}]
      [,SCHID={0|nnn}]
      [,SYS={*|system|mask}]
      [,TYPE={ACTUAL|ALL}]
JOB

Defines the specific jobs from which the reverse flows are started. The value can be one specific job name or a substring of 1 to 10 specific job names. JOB and JOBL are mutually exclusive.

JOBL

Defines the specific jobs from which the reverse flows are started. The value can only be one specific long job name. JOB and JOBL are mutually exclusive.

SCHID

(Optional) Defines the schedule ID of the starting jobs (JOB=) used to start the reverse flow. The value can be from 0 through 999. The default is 0, which means the next level contains elements that can cause ANY schedule ID of the starting job to be triggered/scheduled.

LIST

(Optional) Specifies the option of listing the entire structure or only the first and last jobs.

ALL

Lists the entire structure. ALL is the default.

HDRS

Lists only those elements that are identified as headers and the starting job.

LAST

Lists only the first and last elements.

More information:

Common Forecast Parameter Descriptions