Procedure (-PROC or -PROCEDURE)

This is an action property. You need to select the Procedure option from the Source property for fetching procedure from the database. Name of the procedure to invoke. It is case-sensitive. When specified, the table property is ignored. The adapter will automatically surround the specified procedure name with the quoted identifiers valid for the database in question, so the specified value must not be manually quoted by the user. When used in input card, it must not have any input arguments defined, and it may return result set, or a single set of values via output arguments and return value. When used in output card and it returns some data, the card is automatically configured for request/reply scenario, with the schema (tree) types provided for representing input and output data, and this setup behind the covers results in construction of a GET map function to be invoked when the map runs. When used in PUT map function, any output arguments or return values are ignored, because there is no mechanism to provide those values back to the map. The corresponding adapter command is -PROC (-PROCEDURE).