Jargon Software
Getting Started with Jargon Writer
Section 3 - Using the Task Editor Window

Specifying Oracle Stored Procedure Names

Currently, the host procedures "Host Task" panel within the task editor contains fields that do not pertain to calling an Oracle stored procedure.

Leave the "Common include", "Procedure", and "Include file" fields blank.

Within the "Program" field, enter the name of the stored procedure to be called by the host task. For example:

JARGON.EMPDEMO.DisplayEmp
where "JARGON" is the schema name that contains the package "EMPDEMO" and "DisplayEmp" is the procedure to be called within "EMPDEMO".

Any parameters that "DisplayEmp" needs would be specified in the "Host Input Objects" panel. It is important that the parameter names specified here exactly match the names of the parameters in the stored procedure.


<-- Previous Section        Up to Top       Return to Help Index