SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index

14.1.2.1 Report name

The name layout for history data reports is described in Figure 14-3.

Figure 14-3 History report name format


The category, which is the third word in the history report name, specifies which events are selected and the data item by which the events are sorted. The categories are listed in the folloeing table.
Word Description
ALLEVENT All events are selected. Sorted by log date.
B_IMPEVENT Brief (one line for each event) report of important events: job completion messages (R events) and job failed messages (V events) are selected. Sorted by log date.
F_IMPEVENT Full (multiple lines for each event) reports of important events: job completion messages (R events) and job failed messages (V events) are selected. Sorted by log date.
JOBSET Events specified in the Queue list selection variable are selected. Sorted by job set id.
JOB Events specified in the Queue list selection variable are selected. Sorted by job name.

The selection variable, which is the fourth word in the history report name, indicates which selection variable is being used by a SELECT statement in the report definition.

Word Description
ALL All of the selection variables (job name, log date, set id) are used for selection.
DATE The range between From log date and To log date is used for selection.
NAME Job name is used for selection.
SET The range between Minimum set id and Maximum set id is used for selection.

In summary, all of the provided history data reports are listed in the following tables.
Source Type Category Select Width
SCHH SYS ALLEVENT ALL 80
  USER B_IMPEVENT   132
      F_IMPEVENT  
      JOBSET  
Source Type Category Select Width
SCHH SYS JOB ALL 80
    USER DATE 132
      NAME  
      SET  


Previous Next Contents Index