Can sections be included in a section
-
True
-
False
Reveal answer
Fill a bubble to check yourself
B
Correct answer
Explanation
In Pega, sections cannot be directly included within other sections. While you can reference a section from another section using harnesses or dynamic layouts, you cannot nest one section inside another section as a direct parent-child relationship.
AI explanation
In this context (mainframe/COBOL-style program structuring), a Section is a grouping of paragraphs and sits directly under a Division — sections cannot be nested inside one another. You can nest paragraphs within a section, but not a section within a section. So the correct answer is False: sections cannot be included within another section.