Statements for Handling Programs


Table: Statements for Handling Programs lists the OLAP DML statements that you use to hide, compile, and call programs.

Statements for Handling Programs

Statement Description
ALLCOMPILE
Compiles every compilable object in your current analytic workspace, one at a time.
CALL
Invokes an OLAP DML program, and, when the program has arguments, passes these arguments to the called program.
COMPILE
Generates compiled code for a compilable object, such as an OLAP DML program, formula, model, or aggmap without running it and saves the compiled code in the analytic workspace.
DEFINE PROGRAM
Creates a new program object.
PROGRAM
Assigns contents to the most recently defined or considered OLAP DML program.
HIDE
Hides the text of a program, so that you cannot display it using the DESCRIBE command, the EDIT command, or the OBJ function. You can perform all other actions on the program, including executing, compiling, renaming, or exporting.
UNHIDE
Unhides the text of a program that has been made invisible by using the HIDE command.