SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index

14.4.2.4 Summary of events, sorted by job name

This report provides a brief listing of events which are sorted by job name.

The following commands were used to generate this report:


 
report title="Summary of jobs/selected by all settings/- 
(SCHH_USER_JOB_ALL_80)",- 
out=**."Output",- 
srcshr=scheduleshr,srcrtn=scheduleh_db_io,columns=80 
 
select directory, include=**."Directory" 
select job_name, include=**."Job" 
select set_id, minimum=**."Minimum set id", maximum=**."Maximum set id" 
select log_date, from=**."From log date", to=**."To log date" 
select sch_event, include=**."Queue_list" 
 
print full_name,sort,title="Job name",edit_string="X(20)" 
print sch_event,title="Event",edit_string="X(1)" 
print log_date,sort,title="Log date",edit_string="NN-DD-YYBTTTTT" 
print set_id,title="Set id" 
print cpu_time,edit_string="ZZZ,ZZZ.ZZ",title="Cpu time" 
print io_count,edit_string="Z,ZZZ,ZZZ",title="Io count" 
 
end 
 
 

The following report was produced:


 
ISE, INC.                                                ISE, Inc. SCHEDULE V4.4 
November 25, 1998, 20:30         Summary of jobs                          Page 1 
                            selected by all settings 
                             (SCHH_USER_JOB_ALL_80) 
 
      Job name         Event      Log date      Set id     Cpu time    Io count 
 
 
/demo/a/finished         R     11-25-98 12:39     1,439         5.07         273 
 
                         Q     11-25-98 12:39     1,439 
                         Q     11-25-98 12:39     1,439 
                         M     11-25-98 12:39     1,439 
 
 
                         N     11-25-98 12:39     1,439 
/demo/a/report_1         N     11-24-98 20:27     1,424 
 
                         D     11-24-98 20:28     1,424 
                         J     11-24-98 20:28     1,424 
                         U     11-24-98 20:28     1,424         2.77         194 
                         Q     11-24-98 20:29     1,424 
                         L     11-24-98 20:29     1,424 
                         R     11-24-98 20:31     1,424         3.25         254 
 
 


Previous Next Contents Index