Specifies that in addition to the parameters on the CALL statement as specified in GENERAL, another argument is passed to the procedure. This additional argument contains an indicator array with an element for
Related Answered QuestionsHow would you declare an array of pointers to functions? Mainframe service vs initiator Class a ip address and sub-net mask Cobol full stop Oracle PL/SQL priVATe procedure Fixing defect without regression testing Rent bill journal entry Create an anonymous PL/SQL block to...
another argument is passed to the procedure. This additional argument contains an indicator array with an element for each of the parameters of the CALL statement. In C, this would be an array of short INTs. For more information about how the indicators are handled, see theSQL Programming...