CLEARCCTRACK

Clears the internal exchange rate tables created by the CCTRACK setting.

Syntax

CLEARCCTRACK;

Notes

Use this command after a data load, to reset the exchange rate tables before rerunning a currency conversion. You can use this command inside a FIX statement to clear the exchange rates for a currency partition.

Example

CLEARDATA Actual;
FIX(Actual)
CLEARCCTRACK;
ENDFIX

Clears the Actual data, fixes on the Actual data (in the converted partition) and clears the internal exchange rate tables for the Actual data.

See Also