Previous Topic: IDSTPCBD23 - Field length > 30 for a TYPE N fieldNext Topic: IDSTPCBD26 - JUSTIFY A only valid for TYPE N


IDSTPCBD25 - No decimal-places allowed for JUSTIFY L

Reason:

A left-justified numeric field might not specify any decimal positions in its IN.DP operand.

Action:

Either change the IN.DP operand to specify no decimal-places or change the JUSTIFY operand. You can left-justify numeric fields through a numeric edit-pattern with leftmost position L (left-justify) and floating zero-suppression-characters (Z,$,*,-,+) in the place of non-significant zeroes. Although the panel-field appears to be left-justified to the end-user, it is right-justified or aligned-by-decimal internally to CA Ideal. See the Programming Reference Guide for documentation of the $EDIT function for details.