| Previous | Contents | Index |
This report provides a brief listing of the notification controls data, outputing the user(s) to be notified when the job is submitted, completed, or failed.
The following commands were used to generate this report:
report title="Notification controls/Brief listing/- (SCH_USER_BRF_NTF_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 ntf_submitted,title="Submitted",edit_string="X(15)" print ntf_completed,title="Completed",edit_string="X(15)" print ntf_failed, title="Failed", edit_string="X(15)" end |
The following report was produced:
ISE, INC. ISE, Inc. SCHEDULE V4.4
November 25, 1998, 10:58 Notification controls Page 1
Brief listing
(SCH_USER_BRF_NTF_80)
Job name Submitted Completed Failed
FAILED RBROWN RBROWN JSMITH
FINISHED RBROWN JSMITH
REPORT_1 JSMITH
REPORT_2 JSMITH
REPORT_3 JSMITH
START JSMITH
SUMMARY_A JSMITH
SUMMARY_B JSMITH
UPDATE_A JSMITH
UPDATE_A_FAILED RBROWN JSMITH
UPDATE_B JSMITH
UPDATE_C JSMITH
|
| Previous | Next | Contents | Index |