Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

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
titleCall an IBM i Program with By-Value Parameter, Using a Field Name
pjs.define("input", {type: "packed decimal", length: 7, decimals: 2, initValue: 123});
pjs.call("mypgm", pjs.parm("input"));

...


RPG Equivalent

PARM