Previous Topic

Next Topic

Book Contents

Book Index

User Entries

A user entry describes which specific parts of a CDAM file a user can view or print. The user entry is created by the report decollating missions using the separation criteria you define. In the following example, we have specified that three users should receive pages marked with specific strings:

Sample Definition

  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                                                                        

  WHEN LINE   006 - 006   COL   016 - 019   PRINT   REF NXT   CT     AND/OR   

       STRING = 1003                                                         

    DO USER     = BR13                  LVL    LINE     COL     -     S   T   

                                        SYNONYM =       CONCAT =              

    DO NAME     = INVENTORY-FOR-1003           LINE     COL                  

    DO                                                                       

From this definition, the following user entries are created in the Active User Report List file:

  ACTIVE LIST    <D> JOB JOB6     REP                      USR          CHILD (U)

  COMMAND ===>                                                    SCROLL===> CRSR

  O USER     REPORT               ODATE     PAGES    LINES V N STATUS

    BR11     INVENTORY-FOR-1001   07/04/00      3      137     Decollated

    BR12     INVENTORY-FOR-1002   07/04/00      4      185     Decollated

    BR13     INVENTORY-FOR-1003   07/04/00      3      145     Decollated

  ====== >>>>>>>>>>>>>>>>>> NO MORE REPORTS IN THE LIST <<<<<<<<<<<<<<<<<< ======

P PRINT     V VIEW     U UPDATE     I INSERT     A ADD INFO     E EDIT

X INDEX     N NOTE     G GIVETO     D DELETE     Q QUICK ACCESS       13.16.13

These entries contain pointers to the various pages that were allocated to each user. Even though all the pages were from the same report and reside together in the same CDAM dataset, user-specific pages can be accessed and viewed and, if required, selectively printed, only by the designated user.

Parent Topic

Active User Report List File