1 02/27/85 record_to_vtocx 2 3 Syntax as a command: record_to_vtocx pv_name arg1 ... argN 4 record_to_vtocx pv_name -sector sector_arg1 ... -sector sector_argN 5 6 7 Function: finds any VTOC entries corresponding to a specified record 8 number on a storage system volume. 9 10 11 Arguments: 12 pv_name 13 is the name of the physical device. 14 argi 15 is the octal record number. 16 sector_argi 17 is the octal sector number. 18 19 20 Access required: You need access to the phcs_ gate. 21 22 23 Notes: Looking for the correct match, this command scans the VTOCEs in 24 ascending order for each argument; therefore it uses great amounts of 25 CPU time and requires considerable I/O.