My guess is that something in your inserted prologue/epilogue code contains a forward-reference that causes HLASM to suspend the location counter in pre-assembly.
The message (ASMA032E) is a prime example of the anti-pattern of issuing an error message that makes you guess which of the listed possibilities is the problem. I'm guessing it's "unresolved symbol" due to the above. sas On Mon, Jul 6, 2020 at 12:51 PM Scott Fagen <[email protected]> wrote: > I have a Metal C program where I am trying to add some static data via an > __asm(“…” : DS(staticdata)) statement, but I am having some issues with the > generated assembler code. > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
