Library /sys$common/syshlp/SQL$HELP_OLD72.HLB  —  OPEN  Arguments  parameter
    Specifies the name of the cursor you want to open. Use a
    parameter if the cursor referred to by the cursor name was
    declared at run time with a dynamic DECLARE CURSOR statement.
    Specify the parameter used for the cursor name in the extended
    dynamic DECLARE CURSOR statement.

    You can use a parameter to refer to the cursor name only when the
    OPEN statement refers to an extended dynamic cursor.
Close Help