What PTF/APAR level is this? APAR PH42918 fixed some problems that could have symptoms like this, and there have been other fixes that could potentially affect USING resolution since then.
If the latest maintenance does not fix the problem, then please submit a support case with more details, preferably including a listing which shows all relevant USING and DROP statements. Jonathan Scott, HLASM IBM Hursley, UK John writes: > This is what I expect to get when I Assemble my program > 001438 0000 0000 00000 928 LA R14,SAVE_FILES > ** ASMA034E Operand SAVE_FILES beyond active USING range by ? bytes > 00143C E3E0 D448 3971 39448 929 LAY R14,SAVE_FILES > > This is what the High Level Assembler actually produces > 001438 41E0 0448 39448 928 LA R14,SAVE_FILES > 00143C E3E0 D448 3971 39448 929 LAY R14,SAVE_FILES
