Previous Topic

Next Topic

Book Contents

Book Index

Modifying number of intervals to wait for NewDay

After Control-M monitor issues the message CTM113I Control-M MONITOR <monitor name> NEWDAY PROCESSING STARTED, it waits 30 Control-M sleep intervals for the NewDay started task to start executing. If the NewDay procedure does not start to execute, a CTML03W NEW DAY PROCEDURE NOT DETECTED message is issued, followed by CTML06W REPLY 'R' FOR RESUME OR 'E' FOR END.

The number of intervals to wait is set in the CTMPARM parameter NEWDAY#W, which has a default value of 30. For example, if the Control-M sleep interval is 3 seconds, the monitor waits 90 seconds for the Newday started task to start executing.

The number of intervals can be modified by using the following operator command:

F CONTROLM,NEWDAYWT=<number of intervals>

The number of intervals must be a number containing 1 to 4 digits.

When the modification is received by Control-M, the following message is displayed on the operator console where the modify command was entered:

CTM109I THE NUMBER OF INTERVALS TO WAIT FOR THE CONTROL-M DAILY IS SET TO <number of intervals>

Parent Topic

Basic Operations