CALC-NAME

A stored calculation.

Syntax

name1.name2.name3 (db-level calc)

OR

name1.name3 (app-level calc)

Type

name (see MaxL Syntax Notes)

For calculations associated with databases, three tokens are required, to indicate application and database context and the calculation name.

Example

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.'

Example

If any part of the name contains special characters (see MaxL Syntax Notes), it must be enclosed in single or double quotation marks.

Referenced By

create calculation

display calculation

drop calculation

execute calculation

grant