Before New Day Procedure Exit (CTMUE103)

This exit is executed before the New Day procedure is run. The New Day Procedure performs automatic functions at the beginning of each new Control-M working day. This procedure is used as a master scheduler for all Control-M activities.

The flat text file that is passed to the exit contains the name of the Daily (SYSTEM), time, and original scheduling date (Order Date) of the procedure.

The following is a sample text file in the format that is passed to the CTMUE103 exit:

DAILY_NAME SYSTEM

TIME 1300

ODATE 20001121

EXAMPLE: The following exit script runs a procedure that performs various actions before the New Day procedure is run.

#!/bin/ksh

/opt/controlm/scripts/run_pre_New_Day_proc

Parent Topic

User Exits