DEFINE PROCESSGROUP command: TPROCESS
Jump to navigation
Jump to search
Summary
- Privileges
- User 0 or system manager
- Function
- Function
Syntax
DEFINE PROCESSGROUP name [LIKE previousname] WITH SCOPE=SYSTEM LINK=linkname TERMINAL={LOCAL | REMOTE}
Where:
name | is used on DEFINE PROCESS commands to refer to this group of processes. The length of the name must be 1 to 8 characters. ALL is a reserved word and cannot be used. | ||||
---|---|---|---|---|---|
LIKE | gives the current link the attributes of the link entity referred to by previousname. | ||||
SCOPE=SYSTEM | indicates that the definition is available to all users of the Model 204 system for the entire run. | ||||
LINK | is used to associate the processgroup with a particular link. The linkname value must be the same as the link name specified on the DEFINE LINK command. | ||||
TERMINAL | defines the ownership of the terminal.
During a conversation between a User Language request and a partner process, it is necessary to define ownership of the terminal. Acceptable values are:
|