Terminates an active Report. If the mix number is not specified, then the command is only valid from the terminal that initiated the Report. Security level is Controller.
The :TER command has the form:
:TER report [mix] [action]
Where:
report is the Report name.
mix is the Report mix number.
action determines how any transaction in progress is handled. Use one of the following values for action, depending on how you want to terminate the report:
NO.RECOVERY (or NOR) – use if the report is not to be rerun. Any recovery information saved for the report is deleted, unless extended recovery is in use. This is the default type.
DISCARD – use if the report is not to be rerun. Any recovery information saved for the report is deleted.
RECOVER (or NO.DISCARD ) – use to rerun the report, attempting to recover up to and including any transaction it might have been processing when the :TER command was entered.
You cannot use this command to terminate a Standalone Report (use standard operating administration commands instead).