1 /* BEGIN INCLUDE FILE ... backup_pvol_info.incl.pl1 */
 2 
 3 dcl  bpvip ptr;
 4 
 5 dcl 1 backup_pvol_info based (bpvip) aligned,
 6     2 label like label aligned,
 7     2 n_vtoce fixed bin,
 8     2 n_free_vtoce fixed bin,
 9     2 n_rec fixed bin,
10     2 baseadd fixed bin,
11     2 n_free_rec fixed bin;
12 
13 /* END INCLUDE FILE ... backup_pvol_info.incl.pl1 */