SAP ABAP Data Element DB2CCSTOPC (DSNACCMO: Utility condition, which will stop procedure)
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 DB2CCSTOPC
Short Description DSNACCMO: Utility condition, which will stop procedure  
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 Stop cond. 
Medium 15 Stop condition 
Long 34 Utility condition to stop DSNACCMO 
Heading 34 Utility condition to stop DSNACCMO 
Documentation

Definition

The stored procedure DSNACCMO enables SAP to use the SQL CALL statement to execute a DB2 utility from a DB2 application program on multiple objects in parallel. Internally, DSNACCMO determines an optimal parallel degree for the utility executions and invokes another stored procedure named DSNUTILS for execution of the utility. That way, there's no need for JES anymore, which uses FTP.

SAP passes the parameters for the utility execution indirectly in two global temp tables named DSNACC.MO_TBL and DSNACC.MO_TBL2. MO_TBL2 is filled with the utility statement skeletons, MO_TBL is filled with the according variables, which will be replaced in the statement skeleton or are passed as parameters to stored procedure DSNUTILS.

This value is one of the direct input parameters of DSNACCMO. It specifies the utility execution condition after which DSNACCMO will not continue starting new utility executions in parallel, but will wait until all currently runnint utilities have completed and will then return to the caller

AUTHORIZ or NULL: No new utility executions will be started after one of the currently running utilities has encountered a return code from DSNUTILS of 12 or higher.

WARNING: No new utility will be started after one of the currently running utilities has encountered a return code from DSNUTILS of 4 or higher.

ERROR: No new utility will be started after one of the currently running utilities has encountered a return code from DSNUTILS of 8 or higher.

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