The endgroup statement is used to indicate the end of a process group.
endgroup group_ID
• group_ID – A long integer variable representing a unique ID for this process group. The begingroup statement will generate this number and assign it to the variable named.
The endgroup statement must always follow a group of procedures set as a process group using the begingroup statement. Dexterity will not process a group until the endgroup statement is encountered.