Glossary

TRUNC(STD)

Truncates binary values to the number of digits in the PIC clause. This generates extra instructions for every binary arithmetic operation to ensure truncation. - **TRUNC(OPT)** --- Assumes the programmer ensures values do not exceed the PIC size. No truncation instructions are generated, resulting

Learn More

Related Terms