Previous Topic

Next Topic

Book Contents

Book Index

CTMJNM – Print the daily job counts

The CTMJNM utility is used to print the daily job counts accumulated in the CTM STAT file by Control-M Monitor.

The utility does not have any input parameters.

The DD statement DASTAT defines the CTM STAT file where the daily job counts are accumulated by Control-M Monitor

The following rules are used for establishing the job count:

1. Count all jobs that reside in the AJF for a specific date - both jobs that were left from previous day and jobs ordered during the day.

2. SMART table entries (group elements) are not counted.

3. Jobs with Time Zone are counted only if the current date is between their ODATE and ODATE+MAXWAIT (if they are pre-ordered or kept a day after their MAXWAIT expired, they are not counted for those days).

4. Jobs that are deleted during the day (AJF Space Re-Use) are counted.

The utility's report is produced in the SYSPRINT DD statement. Following is an example of the report. The report starts at the date when the corresponding Control-M began scheduling jobs and finishes at the current date.

DATE       , COUNTER

13/10/2016 , 00000036

14/10/2016 , 00000029

15/10/2016 , 00000025

16/10/2016 , 00000000

17/10/2016 , 00000000

18/10/2016 , 00000030

19/10/2016 , 00000028

20/10/2016 , 00000036

21/10/2016 , 00000000

22/10/2016 , 00000000

Parent Topic

Control-M Utilities