Thursday, January 26, 2012

CA7 FORECAST COMMANDS

Forecast commands are used as a means of projecting scheduled workloads for a given period of time.

FORECAST INTERVALS

FROM=(mmddyy,hhmm),TO=(mmddyy,hhmm)
,SPAN=hhhh
mm = month (01-12)
dd = day (01-31)
                                  (If year is omitted current year is assumed)
hh = hour (00-23)
mm = minutes (1-8784)
FSTRUC Command  - Used to list a scheduled job flow structure
FSTRUC,SCHID=nnn,JOB=jobname
nnn = schedule id number
FJOB Command - Used to forecast the scheduled job within a time range
FJOB,FROM=(mmddyy,hhmm),TO=(mmddyy,hhmm),JOB=jobname
FJOB,FROM=(mmddyy,hhmm),SPAN=hhhh,JOB=jobname
FRJOB Command - Used to forecast the job within a time range in Reverse
FRJOB,FROM=(mmddyy,hhmm), TO=(mmddyy,hhmm),JOB=jobname
FRJOB,FROM=(mmddyy,hhmm),SPAN=hhhh,JOB=jobname
FRQJOB Command - Used to forecast the job in the READY Queue in a Reverse format
FRQJOB,JOB=jobname,SCHID=nnn - Reverse forecast of a job

No comments:

Post a Comment