SQL$HELP_OLD72.HLB  —  CREATE  MODULE  Arguments  OUT parameter name
    Specifies the parameter modes used in the procedure. The OUT
    parameter names the parameter into which data is being sent. The
    OUT parameter is set, but never read.

    Each parameter name must be unique within the procedure.

    You cannot use the OUT parameter mode for stored functions.
Close Help