DGL Statement Reference : SEGMENT

SEGMENT

Description
Starts a new segment section. It is the first statement of a segment and assigns an identifying name to it. The segment name is used by the Documentor in its operation forms to identify the output segments see Creating a Document).
Syntax
SEGMENT segment_name;
Parameters
 
A name used to identify the segment. This identifier is limited to a maximum length of 16 characters. Characters in excess of this amount are truncated and do not appear when the segment names are displayed in the operations forms.

 

Example
SEGMENT chapter_2B;
See Also