qcenv.hlp (Topic list)
Error Message
                                                  Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Error: A2098
     Wrong length for override value
 
     The override value for a structure field is too large to fit in
     the field. An example is shown below:
 
     x           STRUC
     x1          DB      "A"
     x           ENDS
 
     y           x       <"AB">
 
     The override value is a string consisting of two bytes; the
     structure declaration provided only room for one byte.
                                    -♦-