Code Example

In the following example, assume the DEFINE CMRNAME commands define the CMR names with local names (see the DEFINE CMRNAME command for more details).

Two CMRs are defined/associated:

  1. The first CMR with local name Picto550 is an audit CMR for a Picto camera and is to be associated with the entire print file.
  2. The second CMR named dark2 is a generic instruction CMR for the 5th document in the print file.

Example

  DEFINE Picto550 CMRNAME
               'Pict1550CC001.001PictV550@@'
               'ES1@@@@@@@@@@@spac@@@@@@@@@@@RGB@'
               'XYZ@@@@@@@@@' ;
  DEFINE dark2    CMRNAME
      '@@@@@@@@TCgeneric@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@'
      'dark@@@@@@@@@@@@@@@@@@@@@@' ;

  FORMDEF cmrXm2  REPLACE yes;
    CMR Picto550   PRINTFILE audit;
    CMR dark2      5      instr;
   COPYGROUP cg1;