1 /* Begin include file finish_info.incl.pl1 3/82 BIM */
 2 /* format: style3 */
 3 /* condition_info_header.incl.pl1 must be included with this file */
 4 
 5 declare   finish_info_ptr     pointer;
 6 declare   1 finish_info       aligned based (finish_info_ptr),
 7             2 header          aligned like condition_info_header,
 8             2 type            character (8) aligned;
 9 
10 /* End include file finish_info.incl.pl1 */