The following are examples of the ctmrpln utility:
The following command causes the utility to generate a report for folder PROD1. The report will include all jobs whose Job Name parameter begins with "jn" and that will run on January 1, 2017 based on the calendar work_days. The job is identified by its File Name. (To identify jobs by Job Name, specify Report_type DJ.) The output is directed to the user’s display.
ctmrpln D work_days PROD1 "jn*" 20170101
The following command causes the utility to generate a folder of days on which job PRDJ02 in folder PROD1 will run during the month of April, 2016, based on the calendar work_days. The job is identified by File Name. (To identify jobs by Job Name, specify Report_type MJ.) The output is directed to printer lp1.
ctmrpln M work_days PROD1 PRDJ02 201604 lp1
The following command causes the utility to generate a five‑year report encompassing the period January 2003 through December 2008. This indicates on which days each job in folder PROD1 runs, based on the calendar work_days. The output is directed to printer lp1.
ctmrpln Y work_days PROD1 "*" 2005 lp1
Parent Topic |