| Previous | Contents | Index |
This report provides a brief summary of the job controls data, outputting some of the fields of common interest.
The following commands were used to generate this report:
report title="Controls summary/Brief listing/- (SCH_USER_BRF_SUM_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 gen_comment1 title="Comment", edit_string="X(15)" print current next start,title="Next start", edit_string="NN-DD-YYBTTTTT" print gen_up_count, title="Up count" print res_measured_cputime, title="CPU time" end |
The following report was produced:
ISE, INC. ISE, Inc. SCHEDULE V4.4
November 22, 1998, 14:21 Controls summary Page 1
Brief listing
(SCH_USER_BRF_SUM_80)
Job name Comment Next start Up count CPU time
FAILED Runs when failed Not set 11 5.47
FINISHED Runs when finished Not set 400 3.84
REPORT_1 Not set 452 4.33
REPORT_2 Not set 422 4.66
REPORT_3 Not set 416 4.88
START Runs at start 11-22-98 16:21 452 3.83
SUMMARY_A Not set 474 7.79
SUMMARY_B Not set 453 14.28
UPDATE_A Not set 454 4.44
UPDATE_A_FAILED Not set 1 0.00
UPDATE_B Not set 526 7.62
UPDATE_C Not set 520 15.07
|
| Previous | Next | Contents | Index |