ENTCOBOL |
Truncate according to the rules of Enterprise COBOL for z/OS and OS/390.
|
MF |
Do not truncate intermediate results. With ARITHMETIC"MF" specified, expressions
are calculated as accurately as possible because no truncation takes place. |
OS390 |
Truncate according to the rules of COBOL for OS/390. |
OSVS |
Truncate according to the rules of OS/VS COBOL. |
TRUNC20 |
Truncate the number of digits to the right of the decimal point to 20 at
each step of the evaluation of the expression. This provides similar results
to the truncation provided in COBOL Workbench. You should only use this directive
if you need to obtain evaluation results similar to those provided in COBOL
Workbench. If you specify TRUNC20, you must not change the setting of the
INTLEVEL Compiler directive from its default value of 2. This means that you
cannot use some of the newer features, such as numeric pictures with more
than 18 total digits, with the TRUNC20 parameter. |
VSC2 |
Truncate according to the rules of VS COBOL II and COBOL/370. |