On Mon, 11 Mar 2019 at 11:49, Janko Kalinic <[email protected]> wrote:
> test 'ad.cmdlib(pds86)' cp > IKJ57090A ENTER COMMAND FOR CP > xispmode > TEST > at pds86.pdsinit.initaddr > TEST > equate workarea 7r% Where is R7 pointing at this point? You haven't executed any of your code yet, it appears. EQUATE doesn't save symbolic names and resolve them later; it will use the value of R7 at the time you issue the EQUATE subcommand. > TEST > go > IKJ57024I AT PDS86.PDSINIT.INITADDR > TEST > l workarea > WORKAREA 00A7F400 > TEST > l r6save > IKJ57280I ADDRESS R6SAVE NOT FOUND+ > IKJ56703A REENTER THIS OPERAND - You didn't enter a ? to get the second level message. It could be something like "address is in protected storage". Tony H.
