Initializing help system before first use

Correcting run time errors in Mosel

Besides the detection of syntax errors, Mosel may also give some help in finding run time errors. It should only be pointed out here that it is possible to add the flag -g to the compile command to obtain some information about where the error occurred in the program, resulting in a command sequence such as

mosel compile -g mymodel.mos
mosel mymodel.bim

or short

mosel exec -g mymodel

Also useful is turning on verbose reporting, for instance

setparam("XPRS_VERBOSE",true)
setparam("XPRS_LOADNAMES",true)

© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.