SAP ABAP Data Element DB2RTSLLOG (LONGLOG parameter of the REORG utility)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB2 (Application Component) DB2 for z/OS
     STU2 (Package) CCMS for DB2 for OS/390
Basic Data
Data Element DB2RTSLLOG
Short Description LONGLOG parameter of the REORG utility  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR8    
Data Type CHAR   Character String 
Length 8    
Decimal Places 0    
Output Length 8    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 LONGLOG 
Medium 15 LONGLOG 
Long 20 LONGLOG 
Heading 10 LONGLOG 
Documentation

Definition

Specifies the action that DB2 performs, after sending a message to the console, if the number of records that the next iteration of log process will process is not sufficiently lower than the number that the previous iterations processed. This situation means that reorganization's reading of the log is not catching up to applications' writing of the log quickly enough.

CONTINUE
Specifies that until the time on the JOB statement expires, DB2
continues performing reorganization, including iterations of log
processing, if the estimated time to perform an iteration exceeds
the time specified with MAXRO.
A value of DEFER for MAXRO and a value of CONTINUE for LONGLOG
together mean that REORG continues allowing access to the original
copy of the area being reorganized and does not switch to the
shadow copy. The user can execute the -ALTER UTILITY command with a
large value for MAXRO when the switching is desired.

TERM
Specifies that DB2 will terminate reorganization after the delay
specified by the DELAY parameter.

DRAIN
Specifies that DB2 drains the write claim class after the delay
specified by the DELAY parameter. This action forces the final
iteration of log processing to occur.

History
Last changed by/on SAP  20070813 
SAP Release Created in 700