In the HLASM documentation it indicates what
should be present in the Addr2 field of the listing.

In particular, it says:

   The field headed Addr2 contains the effective
   address of the last operand of any instruction
   referencing storage.
      - For a USING instruction, the Addr2 field
        contains the value of the second operand.
      - For a CSECT, START, LOCTR, or RSECT instruction,
        the Addr2 field contains the end address of
        the control section.
      - For an ORG instruction, the Addr2 field contains
        the next address as specified by the operand field.
      - For an EQU instruction, the Addr2 field contains
        the length assigned.

Note that last statement, where it indicates the Addr2
field contains the length assigned for an EQU instruction.

I can't seem to get HLASM to actually do that; and
I've tried a few variants.  For me, the Addr2 field
of any EQU instruction is always empty.

Does anyone have an example where the Addr2 field
of an EQU instruction is _not_ empty?

        - Many thanks -
        - Dave Rivers -

--
[email protected]                        Work: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com

Reply via email to