Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
Profound.js provides a number of simple ways to call any IBM i system API or any custom ILE service program procedure. This page describes the different ways this can be done.
...
If the service program is converted to Node.js in the future, no dependencies will be broken, and you can continue to call the functions in the same exact way.
By calling procedures directly or creating wrapper functions
...
If the procedure itself is converted to Node.js in the future, no dependencies will be broken, and you can continue to call the function in the same exact way.
By using pjs.callProcedure() for advanced scenarios
...