IDAX.MODEL_EXISTS - Determine whether a model exists
Use this stored procedure to determine whether a model with the specified name exists.
Authorization
None required.Syntax
IDAX.MODEL_EXISTS(in parameter_string varchar(32672))
Parameter descriptions
- parameter_string
- Mandatory one-string parameter that contains pairs of <parameter>=<value> entries that are separated by a comma.
Returned information
- Return code 1
- 1 is returned if a model exists.
- Return code 0
- 0 is returned if no model exists.
Example
CALL IDAX.MODEL_EXISTS('model=cc_nb_ewd');