RPG - 2

有参数[P型]CALL RPG或COBOL程序注意事项

有参数[P型]CALL RPG或COBOL程序注意事项

当我们call一个rpg或cobol程序时,如果程序参数中含有P型数字(rpg是P类型,cobol是comp-3),我们直接传数字参数进去,会报数据类型错误。 比如RPGA, 有一个参数是数值型...
阅读全文>>
OPM vs ILE

OPM vs ILE

OPM: Original Program Model ILE: Integrated Language Environment Versions of RPG prior to RPG IV...
阅读全文>>
%REM (Return Integer Remainder) 取余数

%REM (Return Integer Remainder) 取余数

%REM(n:m) 取余数 %REM returns the remainder that results from dividing operands n by m. The two oper...
阅读全文>>
How to use LDA in submited job?

How to use LDA in submited job?

what is the LDA? what is the role of it? The LDA is unique to a job and is normally used for stor...
阅读全文>>
%DEC 用法总结(Convert to Packed Decimal Format)

%DEC 用法总结(Convert to Packed Decimal Format)

%DEC (Convert to Packed Decimal Format) %DEC(numeric or character expression{:precision:decimal p...
阅读全文>>