On Aug 23, 2012, at 06:12, Binyamin Dissen wrote:

> Why not simply look for the lines with the location counter less than 20 and
> see what causes them?
>
The BEGIN macro might have PRINT NOGEN.  That would have
to be fixed.


> On Thu, 23 Aug 2012 04:44:02 -0400 Micheal Butz <[email protected]>
> wrote:
>
> :>My program source has a TITLE cards the REGS macro (equating registers) and
> :>then CSECT statement with the name of the CSECT
> :>
> :>However the location counter starts at 20
> :>
> :>In my external symbol dictionary I have a PC entry (unnamed CSECT) at
> :>location 0 however the first statement in my program is the csect which
> :>starts at location 20
> :>
> :>                                     21 BURN     BEGIN  BASE=RBASE
> :>000020                00020 00234    22+BURN     CSECT
> :>                                     23+BURN     AMODE 31
> :>                                     24+BURN     RMODE ANY
> :>                 R:F  00020          25+         USING *,R15
> :>000020 90EC D00C            0000C    26+         STM   R14,R12,12(R13)

-- gil

Reply via email to