Backbutton

Example 50

Example 50 - Copying the contents of a physical CD into an Archive Volume File
    COPY *VOLUME   
      FROM #MYTESTSOURCE(CD,SCRATCHPOOL=LMCD,HOSTNAME=LOCAL)
      TO   #MYTESTVOLUME(DISK)[T];                                                
 
Example50
 
  1. The contents of the UNISYS release CD called SYMBOL1_42250 were copied to a CD-ROM archive volume file.
  2. A partition or file system name such as ISO9660, JOLIET or LMCD must be specified, as it is only after the partition has been mounted, that the number of sectors in the image is known. Each partition has the same value for the size of the CD archive volume, so any partition can be selected.
  3. The file systems that exist on the CD can be found by using the utility functions.
  4. LMCD is used as the name of the modified ISO9660 file system used by LIBRARY/MAINTENANCE.
  5. The *VOLUME is a reserved name in this context only.