Previous | Contents | Index |
This report provides a brief listing of the submit controls data, outputing the batch queue, the submit name, and the first submit parameter.
The following commands were used to generate this report:
report title="Submit controls/Brief listing/- (SCH_USER_BRF_SUB_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 sub_queue, title="Job queue", edit_string="X(15)" print sub_name, title="Job name", edit_string="X(15)" print sub_parameter1, title="Parameter 1", edit_string="X(15)" end |
The following report was produced:
ISE, INC. ISE, Inc. SCHEDULE V4.4 November 25, 1998, 10:54 Submit controls Page 1 Brief listing (SCH_USER_BRF_SUB_80) Job name Batch queue Submit name Parameter 1 FAILED ANY$BATCH 00:02:00 FINISHED ANY$BATCH 00:02:00 REPORT_1 ANY$BATCH 00:02:00 REPORT_2 ANY$BATCH 00:02:00 REPORT_3 ANY$BATCH 00:02:00 START ANY$BATCH START 00:02:00 SUMMARY_A ANY$BATCH 00:02:00 SUMMARY_B ANY$BATCH 00:02:00 UPDATE_A ANY$BATCH 00:02:00 UPDATE_A_FAILED ANY$BATCH 00:02:00 UPDATE_B ANY$BATCH 00:02:00 UPDATE_C ANY$BATCH 00:02:00 |
Previous | Next | Contents | Index |