SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index

14.4.1.2 Summary of rescheduling controls

This report provides a brief listing of the rescheduling controls data, outputing the calendar name and the delayed after time.

The following commands were used to generate this report:


 
report title="Rescheduling controls/Brief listing/- 
(SCH_USER_BRF_RSC_80)",- 
out=**."Output",- 
srcshr=scheduleshr,srcrtn=schedule_db_io,columns=80 
 
select directory, include=**."Directory" 
select job_name, include=**."Job" 
select gen_comment1, include=**."Comment" 
select current next start, from=**."From next start", to=**. 
"To next start" 
 
print job_name,sort, title="Job name", edit_string="X(20)" 
print rsc_calendar, title="Calendar", edit_string="X(20)" 
print rsc_delayed_after,title="Delayed after", 
edit_string="NN-DD-YYBTTTTT" 
 
end 
 
 

The following report was produced:


 
ISE, INC.                                            ISE, Inc. SCHEDULE V4.4 
November 25, 1998, 10:35      Rescheduling controls                   Page 1 
                                  Brief listing 
                              (SCH_USER_BRF_RSC_80) 
 
      Job name                         Calendar               Delayed after 
                                       
FAILED                                                          0 00:10:00 
FINISHED                                                        0 00:10:00 
REPORT_1                                                        0 00:10:00 
REPORT_2                                                        0 00:10:00 
REPORT_3                                                        0 00:10:00 
START                            WORKDAYS                       0 00:10:00 
SUMMARY_A                                                       0 00:10:00 
SUMMARY_B                                                       0 00:10:00 
UPDATE_A                                                        0 00:10:00 
UPDATE_A_FAILED                                                 0 00:10:00 
UPDATE_B                                                        0 00:10:00 
UPDATE_C                                                        0 00:10:00 
 
 


Previous Next Contents Index