Code Example
In the following example, two CMRs are defined/associated for all pages presented
with pageformat pf5
:
- The first CMR named
mycmr
is an audit CMR for a digital camera. - The second CMR named
dark1
is a generic instruction CMR.
Example
DEFINE mycmr CMRNAME
'Pict1550CC001.001PictV550@@'
'ES1@@@@@@@@@@@spac@@@@@@@@@@@RGB@'
'XYZ@@@@@@@@@' ;
DEFINE dark1 CMRNAME
'@@@@@@@@TCgeneric@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@'
'dark@@@@@@@@@@@@@@@@@@@@@@' ;
PAGEDEF cmrXm5 REPLACE yes;
PAGEFORMAT pf5;
CMR mycmr AUDIT;
CMR dark1 INSTR;
PRINTLINE;
PAGEFORMAT pfx;
PRINTLINE;