Copying and moving conditions and comments

Performing a copy or move of an exception condition or comment is similar to ISPF Edit.

About this task

You can only copy or move exception conditions and user comments within the same IF-ENDIF sections. Validity checking is done by Db2 Automation Expert when you attempt to copy or move any condition or comment.
Restriction: Date and time exceptions and object exceptions cannot be copied or moved. However, user comments within the date and time section and the object section can be copied and moved.

This procedure covers moving items; copying is the same process, but enter the C command instead of the M command.

Procedure

  1. To move an exception condition or comment, on the Edit Exceptions Boolean Logic panel, enter the M command on the condition or comment line that you want to move and a B or A command on the line that you want the comment to precede or follow.
    For example:
      A (                                                         
    C O ) Category---------- Column------------ CC Exception Value
    IF (                                                          
    M     INDEXSPACESTATS    EXTENTS            >  254            
      O   REALTIME REORG IX  INSERTS_PCT        >  25             
        (                                                         
      O   REALTIME REORG IX  DELETES_PCT        >  25             
      O   REALTIME REORG IX  APPENDED_INS_PCT   >  20             
      O   REALTIME REORG IX  PSEUDO_DEL_PCT     >  10             
        )                                                         
      O   DB2 DISPLAY STATUS                    EQ ARBDP          
    A O   DB2 DISPLAY STATUS                    EQ AREO*          
       )  TRIGGER OBJECT                                          
  2. Press Enter.
    The condition or comment is moved to the specified location.
      A (                                                          
    C O ) Category---------- Column------------ CC Exception Value-
    IF (                                                           
          REALTIME REORG IX  INSERTS_PCT        >  25              
        (                                                          
      O   REALTIME REORG IX  DELETES_PCT        >  25              
      O   REALTIME REORG IX  APPENDED_INS_PCT   >  20              
      O   REALTIME REORG IX  PSEUDO_DEL_PCT     >  10              
        )                                                          
      O   DB2 DISPLAY STATUS                    EQ ARBDP           
      O   DB2 DISPLAY STATUS                    EQ AREO*           
          INDEXSPACESTATS    EXTENTS            >  254             
       )  TRIGGER OBJECT                                           
  3. Press PF3 to save and return to the Exceptions Profile Display.