DEFINE PROCESS command: User Language to DB2: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Admin moved page DEFINE PROCESS command: User Language to DB/2 to DEFINE PROCESS command: User Language to DB2 without leaving a redirect: using "DB2" for consistency with rest of documentation) |
(No difference)
|
Revision as of 18:51, 22 August 2014
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 Model 204 User Language/DATABASE 2 Interface Guide.