Next: HCREATE Up: HCOPY Prev: Parameters

Examples

Copy complete container file

  > HCOPY FILE1 FILE2
  
Extract an object into its own container file

  > HCOPY FILE.MORE.ASTERIX.GRAFIX.COLTAB TAB1
  
Copy the component DATA_ARRAY in FILE1 to DATA_ARRAY in FILE2. The DATA_ARRAY will be created, but FILE2 must already exist.

  > HCOPY FILE1.DATA_ARRAY FILE2.DATA_ARRAY
  
Copy the explicit values given into a component ARRAY within FILE

  > HCOPY [1 2 3 4 5] FILE.ARRAY
  
A more practical example of the above

  > HCOPY 'Counts/sec' FILE.AXIS(2).UNITS
  


Next: HCREATE Up: HCOPY Prev: Parameters