When MAINTTME is set to a non-zero value the MANT task will automatically run when CA 11 initializes and thereafter wake up in the number of days specified. Is there a way to run the MANT task on demand?
Release: 11.0, 3.0
The MANT task is handled automatically if MAINTTME has a value other than 0. This occurs during initialization and when the task wakes up and runs based on the value specified for MAINTTME. To control the MANT task manually perform the following
NOTE: COMCHAR is the value defined in the config file. Once the command is issued the MANT task will run and detaches upon completion.
If MAINTTME is set to a value other than 0, the MANT task will initialize and attach during DBAS initialization time . If there is a desire to run the MANT task on demand in this type of case, first issue COMCHAR STOP MANT (to detach the MANT task) followed COMCHAR START MANT to perform and on demand run of the MANT task.