After New Day Procedure Exit (CTMUE104)

This exit is executed after each run of the Control-M New Day procedure. 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 CTMUE104 exit:

DAILY_NAME SYSTEM

TIME 1319

ODATE 20001121

EXAMPLE: The following exit script runs a procedure that performs various actions after completion of the New Day procedure.

#!/bin/ksh

/opt/controlm/scripts/run_post_New_Day_proc

Parent Topic

User Exits