DEFINE PROCESS command: User Language to DB2: Difference between revisions
Jump to navigation
Jump to search
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) |
|||
Line 53: | Line 53: | ||
</p> | </p> | ||
==Usage notes== | ==Usage notes== | ||
For more information about the User Language/DATABASE 2 Interface, see the | For more information about the User Language/DATABASE 2 Interface, see the [[:Category: UL/DB2|UL/DB2 topics]]. | ||
[[Category: System manager commands]] | [[Category: System manager commands]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 17:21, 14 April 2017
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.