blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px 
#715FFA solid !important; padding-left:1ex !important; background-color:white 
!important; } Charles,
Maybe because your CSECT has not a USING for relocatable symbols.. If you use 
an absolute value for an instruction you don't need any relocatable value..
Could be a reason...
Dan

Sent from Yahoo Mail for iPhone


On Tuesday, December 27, 2016, 23:01, Charles Mills <[email protected]> wrote:

Why won't this assemble?

SOME  CSECT
      LLILF 2,FOO
OTHER CSECT
FOO  EQU  *

Why do I get ASMA032E Relocatable value or unresolved symbol found when
absolute value required - FOO?

Can't the assembler generate a relocatable address constant for the
immediate operand of LLILF? Or am I doing something stupid that I am not
seeing?

DC A(FOO) at the same spot assembles with no problem. I could presumably
code DC X'C02F',AL4(FOO) and it would execute correctly.

Charles 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN




----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to