The pages of a report that you assign to recipients in your report decollating mission definitions should be assigned report names. The report name that you assign can be printed on the user's bundle, and viewed when using the Control-D Online Viewing facility. The report name can be up to twenty characters in length, and is assigned in a DO NAME statement.
When you assign report names during the initial implementation, we recommend using either the names that appear on the report output you are handling, or the names by which the reports are commonly known to the end user. Below is an example of DO NAME specifications:
Figure 23 Parameter DO NAME
  ON CLASS      = T         EXTWTR               DEST          FORM          
  PRT COPIES    LVL    USER                      DEST          MAX COPIES    
      PRINT/CDAM PARMS =                                                     
  WHEN LINE 006 - 006     COL 016 - 019     PRINT   REF NXT   CT     AND/OR   
       STRING = 1001                                                         
    DO USER     = BR11                  LVL    LINE     COL     -     S   T  
                                        SYNONYM =       CONCAT =             
    DO NAME     = INVENTORY-FOR-1001           LINE     COL                  
    DO                                                                       
  WHEN LINE 006 - 006     COL 016 - 019     PRINT   REF NXT   CT     AND/OR   
       STRING = 1002                                                         
    DO USER     = BR12                  LVL    LINE     COL     -     S   T  
                                        SYNONYM =       CONCAT =             
    DO NAME     = INVENTORY-FOR-1002           LINE     COL                  
    DO                                                                       
Parent Topic |