This action calls an IBM i program and optionally passes parameters to it. Parameters can both provide data to the program and receive data from the program.
IBM i program
Type in the program name to call. You can qualify the program name with a specific library or let Profound.js resolve the program's library by using the pathlist / library list.
undefined
Press this button to paste in RPG code that includes Program Call Interace or Parameter Entry which it will generate the parameter definitions needed to call that Program.
Parameter
You can specify one or more parameters to pass to the program.
Start by selecting a data type for the parameter. Based on the data type you select, other questions may appear. For example, for the "char" data type, you will have to specify the character field length.
Next, specify the argument value to pass to the program.
If the parameter is both input and output, specify how you want to capture the output. You can place parameter output into a screen field, work variable, global property, API output, Module output, or a session property.