Hierarchy

⤷

⤷

Basic Data
Data Element | DB2CCSTMID |
Short Description | ID of utility statement as input for stored proc. DSNACCMO |
Data Type
Category of Dictionary Type | Direct Type Entry | |
Type of Object Referenced | No Information | |
Domain / Name of Reference Type | ||
Data Type | INT4 | 4-byte integer, integer number with sign |
Length | 10 | |
Decimal Places | 0 | |
Output Length | 11 | |
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 | Statem. ID |
Medium | 15 | Statement ID |
Long | 20 | Statement ID |
Heading | 12 | Statement ID |
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 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 the key of MO_TBL2, which is also used as foreign key in table MO_TBL.
History
Last changed by/on | SAP | 20130604 |
SAP Release Created in | 620 |