Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
This method is used for passing parameters by value with pjs.call().
...
Code Block | ||
---|---|---|
| ||
pjs.define("input", {type: "packed decimal", length: 7, decimals: 2, initValue: 123}); pjs.call("mypgm", pjs.parm("input")); |
...
RPG Equivalent
PARM