XPRMrunmod
XPRMrunmod |
Purpose
Synopsis
int XPRMrunmod(XPRMmodel model, int *returned, const char *parlist);
Arguments
|
model
|
Reference to a model
|
|
returned
|
Pointer to an area where the result value is returned
|
|
parlist
|
String composed of model parameter initializations separated by commas, may be
NULL
|
Return value
|
XPRM_RT_OK
|
|
|
XPRM_RT_ERROR
|
|
|
XPRM_RT_MATHERR
|
|
|
XPRM_RT_IOERR
|
|
|
XPRM_RT_NULL
|
A NULL reference error occurred
|
|
XPRM_RT_LICERR
|
Execution could not start because no license was available
|
|
XPRM_RT_STOP
|
|
|
XPRM_RT_BREAK
|
Interruption because of a breakpoint (see Section
Debugger interface)
|
Further information
This function executes the given model. The parameter parlist may be used to initialize the model parameters of the program as well as the control parameters of the modules and packages in use (
e.g.
"PAR1=12,mypkg.par='tutu'"). The special model parameter
workdir defines the initial working directory of the model. The parameter returned receives the result of the execution (
e.g. parameter value of the ``exit'' procedure). The bit
XPRM_RT_STOP is set if the execution of the model has been interrupted by a call to the function
XPRMstoprunmod.
Related topics
© 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.
