1 /* format: style4,delnl,insnl,indattr,ifthen,dclind10 */
 2 /*  BEGIN include rcp_ops.incl.pl1  */
 3 
 4 /* Written 02/27/85 by Chris Jones, Maria Pozzo */
 5 
 6 dcl       ops_ptr                ptr;
 7 
 8 dcl       1 detailed_operation   unaligned based (ops_ptr),
 9             2 given,
10               3 potential_attributes
11                                  bit (1),
12               3 desired_attributes
13                                  bit (1),
14               3 potential_aim_range
15                                  bit (1),
16               3 aim_range        bit (1),
17               3 owner            bit (1),
18               3 acs_path         bit (1),
19               3 location         bit (1),
20               3 comment          bit (1),
21               3 charge_type      bit (1),
22               3 usage_lock       bit (1),
23               3 release_lock     bit (1),
24               3 user_alloc       bit (1),
25             2 priv_gate_call     bit (1),
26             2 search             bit (1),
27             2 force              bit (1),
28             2 process            bit (1),
29             2 owner              bit (1),
30             2 pad                bit (1);
31