SQL$HELP_OLD72.HLB  —  CREATE  MODULE  Arguments  IN parameter name
    Specifies the parameter modes used in the procedure. The IN
    parameter names the parameter that is read into the routine,
    however is never set and cannot be written to.

    The IN parameter is the only mode allowed for functions.

    Each parameter name must be unique within the routine.
Close Help