...
Code Block | ||
---|---|---|
| ||
const input = 123; pjs.call('mypgm', pjs.parm(input, { type: 'packed decimal', length: 7, decimals: 2 })); |
RPG Equivalent
PARM
...
Code Block | ||
---|---|---|
| ||
const input = 123; pjs.call('mypgm', pjs.parm(input, { type: 'packed decimal', length: 7, decimals: 2 })); |
RPG Equivalent
PARM