A stored calculation.
name1.name2.name3 (db-level calc)
OR
name1.name3 (app-level calc)
name1 - Application name.
name2 - Database name (not required for application-level calcs).
name3 - Calc script name.
name (see MaxL Syntax Notes)
For calculations associated with databases, three tokens are required, to indicate application and database context and the calculation name.
Sample.basic.'alloc.csc'For application-level calculations, two tokens are required, indicating application context and the calculation name. When executing application-level calculations, you must specify which database to calculate using the syntax 'on database STRING.'
Sample.'alloc.csc' is the application-level CALC-NAME.
execute calculation Sample.'alloc.csc' on database Basic; is a way to execute the application-level calculation on a database.
If any part of the name contains special characters (see MaxL Syntax Notes), it must be enclosed in single or double quotation marks.