DASH

Specifies that each field's generated DSECT name has an underscore separator between the name and the suffix.

Syntax:

>>--/----DASH-------------><

Parameters:

None

Properties:

Default
Each field's generated DSECT name has no underscore separator.
Setting in the IDE:
Specify in Additional directives in the BMS file properties.

Example:

BMS

BENEF1   DFHMDF ATTRB=(ASKIP,BRT),                               X
               INITIAL='XX-X-XXXXXXX-X',LENGTH=14,POS=(07,28)

COBOL copybook

03 BENEF1_L                       PIC S9(4) COMP.
03 BENEF1_F                       PIC X.
03 FILLER REDEFINES BENEF1_F.
   05 BENEF1_A                    PIC X.
03 BENEF1_I                       PIC X(14).