If a response is received from three users that they want to receive a report online, but there is a fourth recipient who wants to receive a printed copy of the report, the following must be done:
  ON CLASS      = T         EXTWTR               DEST          FORM           
  PRT COPIES 00 LVL    USER                      DEST          MAX COPIES     
      PRINT/CDAM PARMS =                                                      
  WHEN LINE       -       COL       -       PRINT   REF NXT   CT     AND/OR   
       STRING =                                                               
    DO USER     = BR10                  LVL    LINE     COL     -     S N T   
                                        SYNONYM =       CONCAT =              
    DO USER     = BR11                  LVL    LINE     COL     -     S N T   
                                        SYNONYM =       CONCAT =              
    DO USER     = BR12                  LVL    LINE     COL     -     S N T   
                                        SYNONYM =       CONCAT =              
    DO USER     = BR99SP                LVL    LINE     COL     -     S P T   
                                        SYNONYM =       CONCAT =              
    DO NAME     = ACC FINAL ANALYSIS           LINE     COL     -             
    DO PRINT    = STD                                   MUST   =              
    DO BACKUP   = BKP0031D                                                    
    DO                                                                        
Parent Topic |