I'm getting an error on a dependent USING apparently just because it's out of the normal 12-bit offset range... 000004D0 E310 DCE0 0171 00001CE0 1760 LAY R1,DLTABLE 1761 USING DLTABD,DLTABLE ** ASMA307E No active USING for operand DLTABLE .... >From page 200 of HLASM Language Reference: Dependent USING
address Is a simply relocatable expression that represents an implicit address within the range of an active USING instruction. The range of an active USING is considered to be that which is valid for generating 12 bit or 20 bit displacements. This seems to be a HLASM bug to me. -- sas