Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
FCOPY Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 3 FCOPY Applications and Examples

Copying Inactive Records

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

The file system marks inactive records in relative I/O (RIO) and in message files. Normally when you copy such a file, FCOPY does not copy inactive records.

To copy exactly an RIO or message file, including inactive records, follow these steps:

  1. Specify NOBUF and COPY in FILE commands describing both the fromfile and tofile. For example,

       >:FILE OLD;NOBUF;COPY
    
       >:FILE NEW;NOBUF;COPY
    
  2. Backreference the FILE commands with an asterisk before the fromfile and tofile names. For example,

       >FROM=*OLD;TO=*NEW
    

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.