procParameter

Defines a parameter required to call a stored procedure. This element is used to determine whether an expression that uses the stored procedure is valid. The value of the parameter is supplied from the expression that uses this stored procedure.

OLAP does not support stored procedures and therefore this object should not form part of an IBM® Cognos® Framework Manager model based on an OLAP data source.

Content model

( parameterName then mode then ( datatype (optional) then precision (optional) then scale (optional) then size (optional) then nullable (optional) then aggregationRule (optional) ) ) then value (optional)

Parent elements

procParameters