1 /* Begin include file val_level_error.incl.pl1 BIM 830518 */ 2 /* format: style3 */ 3 4 /* Info for the validation_level_error condition */ 5 /* This depends on condition_info_header. */ 6 7 declare val_level_error_info_ptr 8 pointer; 9 declare 1 val_level_error_info 10 aligned based (val_level_error_info_ptr), 11 2 header aligned like condition_info_header, 12 2 invalid_ring fixed bin (3) aligned; 13 14 /* End include file val_level_error */