AMB verifies an edit mask depending on whether the field has optional characters in an edit mask, as follows:
Optional Mask Chars | Verification |
---|---|
No | Left to right scan |
Yes, on the left | Left to right scan |
Yes, on the right | Right to left scan |
To reverse commas and decimal points in the output picture of numeric fields, such as ZZ.ZZZ.ZZ9,99, modify the CNTL(APSPROJ) file in one of the following ways, and then compile the screen and program:
% &FE-DECIMAL-POINT-IS-COMMA = "YES" % &FE-TP-SPECIAL-NAMES-MACMBR = "TPSPEC"|"membername"
% &FE-DECIMAL-POINT-IS-COMMA = "YES"