CALC-STRING
The CALC-STRING terminal in the MaxL language represents the body of an anonymous (unstored) Essbase calculation, or the string used to specify the body of a stored calculation at the time you create it. It is a single token string.
Because calculations are terminated with a semicolon, and semicolons are special characters to MaxL, CALC-STRING should be enclosed in single or double quotation marks when you pass it into the MaxL Shell.
Type
string (see MaxL Syntax Notes)
Example
CALC DIM(Year, Measures, Product);