...
An object that can be passed to pjs.call() to pass by value.
Example
Code Block | ||
---|---|---|
| ||
const input = 123;
pjs.call('mypgm', pjs.parm(input, { type: 'packed decimal', length: 7, decimals: 2 }));
|
...
An object that can be passed to pjs.call() to pass by value.
Example
Code Block | ||
---|---|---|
| ||
const input = 123;
pjs.call('mypgm', pjs.parm(input, { type: 'packed decimal', length: 7, decimals: 2 }));
|