CMAST_ERR_PRINT Procedure
Sets options for error printing in Math and Stat options.
Usage
CMAST_ERR_PRINT, lev
Input Parameters
lev—Integer specifying the printing level.
Discussion
Function CMAST_ERR_PRINT allows users to define how the Math and Stat options will behave when an error occurs. Setting lev to two will force the Math/Stat routine to print all error messages that occur (default). Setting lev to one will force the Math/Stat routine to print only Terminal and Fatal error messages that occur. Setting lev to zero will force the Math/Stat to not print any error messages.
Example
See Example 1 for MINCONGEN Function.