English (Español a continuación)
This command determines the level of information that is generated in the «log» when a calculation is executed. This command only applies to the calculation script in which it is included.
This command allows several options:
SET MSG SUMMARY / DETAIL / ERROR / INFO / NONE / ONLY;
Offering the following information:
- SET MSG SUMMARY: reports the general parameters of the calculation, as well as the number of blocks created, read and written, and the number of cells calculated. This command results in an increase in computation time between 1 and 5 percent.
- SET MSG DETAIL: generates the above information and also collects a reference for each block that is being calculated. It can significantly increase the execution time
- SET MSG ERROR: it only generates messages if there is an error in the calculation.
- SET MSG INFO: reports the general parameters of the calculation and if there are any errors in the calculation.
- SET MSG NONE: does not generate information while the calculation is running (only if there are any errors in the calculation).
- SET MSG ONLY: Essbase performs a simulation calculation and generates information similar to SUMMARY. In this simulation, Essbase generates empty upper-level blocks that should be deleted after running it.
Español
Este comando determina el nivel de información que se genera en el “log” cuando se ejecuta un cálculo. Este comando sólo se aplica al script de cálculo en el que se incluye.
Este comando permite diversas opciones:
SET MSG SUMMARY / DETAIL / ERROR / INFO / NONE / ONLY;
Ofreciendo las siguientes informaciones:
- SET MSG SUMMARY: informa de los parámetros generales del cálculo, así como del número de bloques creados, leídos y escritos, y del número de celdas calculadas. Este comando genera un incremento en el tiempo de cálculo entre un 1 y un 5 por ciento.
- SET MSG DETAIL: genera la información anterior y además recoge una referencia por cada bloque que se va calculando. Puede incrementar sensiblemente el tiempo de ejecución
- SET MSG ERROR: genera únicamente mensajes si hay algún error en el cálculo.
- SET MSG INFO: informa de los parámetros generales del cálculo y si hay algún error en el cálculo.
- SET MSG NONE: no genera información mientras que se ejecuta el cálculo (sí los mensajes de error).
- SET MSG ONLY: Essbase realiza un simulacro de cálculo y genera información similar a la de SUMMARY. En este simulacro Essbase genera bloques vacíos de niveles superiores que conviene borrar después de realizar el simulacro.