1 /* begin include file cross_ring_attach_data_ */
 2 /* BIM November 1981 */
 3 /*format: style3 */
 4 
 5 declare   attach_data_ptr     pointer;
 6 declare   1 attach_data       aligned based (attach_data_ptr),
 7             2 atd             char (200) varying,
 8             2 open            char (20) varying,
 9             2 inner_index     bit (72) aligned,
10             2 target_ring     fixed bin,
11             2 open_mode       fixed bin;
12 
13 /* End include file cross_ring_attach_data_ */