1 /* BEGIN INCLUDE FILE ... condition_name.incl.pl1 */ 2 /* The long names and short names of the conditions are stored in the same 3 array. The indices of the long name and the short name differ by 10. The 4 size condition has the same long name and short name. */ 5 /* format: style3,^delnl */ 6 7 declare condition_name (19) char (16) internal static options (constant) initial 8 ("underflow", "overflow", "zerodivide", "fixedoverflow", "conversion", 9 "size", "subscriptrange", "stringrange", "stringsize", "size", 10 "ufl", "ofl", "zdiv", "fofl", "conv", 11 "size", "subrg", "strg", "strz"); 12 13 /* END INCLUDE FILE ... condition_name.incl.pl1 */