Re: Conditional Assembly Question

2008-01-07 Thread Leland C. Sheppard
Hi David, Thanks for the quick response and the suggestion. The program I'm trying to do this with is over 64K in size and all one csect which was the motivation for basing each variable on the prior section name. I will try your technique tomorrow. Thanks again. Leland -- Leland Sheppard

Re: Conditional Assembly question

2008-01-07 Thread Gerhard Postpischil
Leland C. Sheppard wrote: For the code in line 102, I am getting the assembly error on line 117: 00 0D9E 102 A0L DC AL2(4096-(A00100-A0)) FREE SPACE IN A0 00DFC 103 A00100L EQU X'1000'-(C0-A00100),,C'N' FREE

Re: Conditional Assembly question

2008-01-07 Thread David Logan
y, January 06, 2008 10:23 PM To: IBM-MAIN@BAMA.UA.EDU Subject: Conditional Assembly question For the code in line 102, I am getting the assembly error on line 117: > 00 0D9E 102 A0L DC > AL2(4096-(A00100-A0)) FREE SPACE IN A0 > >

Conditional Assembly question

2008-01-06 Thread Leland C. Sheppard
For the code in line 102, I am getting the assembly error on line 117: 00 0D9E 102 A0L DC AL2(4096-(A00100-A0)) FREE SPACE IN A0 00DFC 103 A00100L EQU X'1000'-(C0-A00100),,C'N' FREE SPACE IN A00100