Syntax

DSECT "section-name"

Description

The DSECT directive creates a new, initialized-data section named section-name. Subsequent data-allocation directives are directed to this section.

Example
DSECT "CALIBRATION"