...
Code Block | ||
---|---|---|
| ||
pjs.call("PROGRAM"); |
Parameters
Passing parameters is very simple with Profound.js because of support for Strongly typed fields. You can simply define a parameter field using the IBM i data type expected by the program you are calling. For example:
...