SQL$HELP_OLD72.HLB  —  CREATE  MODULE  Arguments  DEFAULT value-expr
    Specifies the default value of a parameter for a function or
    procedure defined with mode IN. If you omit this parameter or if
    the Call statement argument list or function invocation specifies
    the DEFAULT keyword, then the value-expr specified with this
    clause is used. The parameter uses NULL as the default if you do
    not specify a value expression explicitly.
Close Help