1 
 2 
 3 
 4           /* the include file for LABARG */
 5 
 6 declare 1 eb_data_$labarg ext aligned,
 7         2 labarg fixed bin (26) aligned ;
 8 
 9 
10           /* end of the include file labarg */
11