Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
Starting in release 5.8.0, Profound.js supports the usage of data structure parameter in the plugins "Call IBM i Program" and "Call Service Program Procedure". This page documents two examples of that usage.
...
Code Block |
---|
Fcustadrp if e k disk * D custnoIn s 4s 0 * D custDataOut ds D custno 4s 0 D name 30 D street 30 D city 20 D state 2 D postal 10 * C *entry plist C parm custnoIn C parm custDataOut * C clear custDataOut C custnoIn chain custadrp C move *on *inlr C return |
You can create a PAPI file, define a "get" route, with the Input Parameters and Output Parameters as shown below.
...