SAP ABAP Data Element DB2RESTART (Whether & at which point a current utility job is restarted)
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 DB2RESTART
Short Description Whether & at which point a current utility job is restarted  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type DB2RESTART    
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 Restart 
Medium 15 Restart 
Long 20 Restart 
Heading 16 Restart 
Documentation

Definition

This is the restart option for restart of failed utilities. It tells if a failed utility is restarted, and, if so, at what point it is to be restarted. For more details, please refer to the official documentation of parameter RESTART of stored procedure DSNUTILS in DB2 for z/OS Utility Guide and Reference, Appendix B.

Possible values:

NO    Indicates the utility is a new job, not a restart. There must not be any other utility job step with the same utility identifier (UID).

CURRENT    Restarts the utility at the last commit point.

PHASE     Restarts the utility at the beginning of the current stopped phase. The current stopped phase can be determined by the DISPLAY UTILITY command.

PREVIEW    Supported in DB2 V7 and following versions. Parses all utility control statements for syntax errors, but normal utility execution will not take place.

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