CallServiceProgram

The sample process uses a CallServiceProgram activity to send and receive data using an input or output schema declared for an IBM i service program.

Configuring the CallServiceProgram Process
  1. Add the Timer, CallServiceProgram, Log, and Writefile activities.
  2. Provide the IBMi Connection, Program Object, Procedure Name, Return Type, Source File, and Source Member names.
  3. On the Advanced tab, click Initialize Schema to import the parameters for the IBM i service program object.

  4. On the Input tab, populate the parameters that must have prepopulated values as per the IBM i service program logic. Sample service program SRVRPGTEST receives CUST3 and CUST4 as input and returns them as output along with JobID and ReturnStatus.

Expected Results

After running or debugging the CallServiceProgram process, the IBM i service program receives the input, processes the information and returns the output.