开发 - 4

%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...
阅读全文>>
trunc 函数的使用

trunc 函数的使用

主要功能:将数字的小数部分截去,返回整数。 语法功能:TRUNC(number,num_digits)。其中 Number为需要截尾取整的数字;Num_digits是用于指定取整精度的数字。Nu...
阅读全文>>
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...
阅读全文>>
怎样删除as/400 上status为FIN的spool files

怎样删除as/400 上status为FIN的spool files

有时候我们的job产生出来好多spool files,我们又不需要它,就用option 4或dltsplf去做了删除,但有些spool file却停在了FIN的状态,看着是已经删除了,但一直还在...
阅读全文>>