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.DisplayEmpwhere "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.