Previous Topic

Next Topic

Book Contents

Book Index

Assign Defaults

First define the default parameters for the job. The job defaults apply to all the reports that you are handling from the batch job. If you want different default values for specific reports within the job, you can override job defaults with report defaults.

Figure 11 Default Parameter Lines

   DEF COPIES    LVL    USER                      DEST          MAX COPIES     

   ===========================================================================

   ON                                                                          

   PRT COPIES    LVL    USER                                    MAX COPIES   

       PRINT/CDAM PARMS =                                                      

   WHEN LINE       -       COL       -       PRINT   REF NXT   CT     AND/OR

        STRING =                                                               

     DO                                                                        

   ===========================================================================

   ON                                                                          

   PRT COPIES    LVL    USER                                    MAX COPIES     

       PRINT/CDAM PARMS =                                                      

   WHEN LINE       -       COL       -       PRINT   REF NXT   CT     AND/OR

        STRING =                                                               

     DO                                                                        

If there are any unidentified pages, you can assign them to recipient UNIDENT (defined during Phase 2). The UNIDENT recipient can act as a central collection point for
all unassigned pages. If you do not specify a default recipient name for unidentified pages (here or in the report defaults), then your decollating mission will be flagged as ended NOTOK in the Active Missions file (although it may have decollated the output successfully), and any unidentified pages will be assigned to the user in the top level of
the tree.

Figure 12 Job Default Parameters

  DEF COPIES 01 LVL 95 USER UNIDENT              DEST          MAX COPIES 03

  ===========================================================================

  ON                                                                          

  PRT COPIES    LVL    USER                      DEST          MAX COPIES     

      PRINT/CDAM PARMS =                                                      

  WHEN LINE       -       COL       -       PRINT   REF NXT   CT     AND/OR

       STRING =                                                               

    DO                                                                        

Parent Topic

Report Decollating Mission Parameters