Copy complete container file
Extract an object into its own container file> HCOPY FILE1 FILE2
Copy the component DATA_ARRAY in FILE1 to DATA_ARRAY in FILE2. The DATA_ARRAY will be created, but FILE2 must already exist.> HCOPY FILE.MORE.ASTERIX.GRAFIX.COLTAB TAB1
Copy the explicit values given into a component ARRAY within FILE> HCOPY FILE1.DATA_ARRAY FILE2.DATA_ARRAY
A more practical example of the above> HCOPY [1 2 3 4 5] FILE.ARRAY
> HCOPY 'Counts/sec' FILE.AXIS(2).UNITS