DEFINE PROCESS command: User Language to DB2
Jump to navigation
Jump to search
Summary
- Privileges
- User 0 or system manager
- Function
- The DEFINE PROCESS command defines a process that a User Language procedure can reference.
Syntax
DEFINE PROCESS CCADB2 WITH SCOPE=SYSTEM DESTINATION=(pgrpname,symbolicname)
Where:
CCADB2 | is a reserved process name. | ||||
---|---|---|---|---|---|
SCOPE=SYSTEM | indicates that the process entity definition is available to all users of the Model 204 system for the entire run. | ||||
DESTINATION | can be:
|
Example
DEFINE PROCESS CCADB2 WITH - SCOPE=SYSTEM - DESTINATION=(DB2GRP,BOSTON)
Usage notes
For more information about the User Language/DATABASE 2 Interface, see the UL/DB2 topics.