DSIZE

Specifies that a half-word binary field containing the size of each map within an SDF map set is to be generated.

Syntax:

>>--/----DSIZE-------------><

Parameters:

None

Properties:

Default
No map size field is generated.
Dependencies
You must also specify the SDF directive.
Setting in the IDE:
Specify in Additional directives in the BMS file properties.

Example:

Generated COBOL copybook snippet

      ***************************************************************** 00000010
      *     LENGTH OF STRUCTURE                                         00000020
      ***************************************************************** 00000030
       01   CMMRES.                                                     00000040
           02 CMMRES-LENGTH  COMP PIC S9(4)  VALUE +362    .            00000050
      ***************************************************************** 00000060
      * MRES - CRUISE SYSTEM MAIN MENU                                  00000070
      ***************************************************************** 00000080
       01   CMMRESI.                                                    00000090
           02 FILLER    PIC X(12).                                      00000100
           02 CMMRES-H1MAPL  COMP PIC S9(4).                            00000110
           02 CMMRES-H1MAPF  PIC X.                                     00000120
           02 FILLER    PIC X(2).                                       00000130
           02 CMMRES-H1MAPI  PIC X(4).                                  00000140