Leland C. Sheppard wrote:
For the code in line 102, I am getting the assembly error on line 117:
000000 0D9E 102 A00000L DC
AL2(4096-(A00100-A00000)) FREE SPACE IN A00000
00DFC 103 A00100L EQU
X'1000'-(C00000-A00100),,C'N' FREE SPACE IN A00100
00DF8 104 C00000L EQU
X'1000'-(E00000-C00000) FREE SPACE IN C00000
...
117 AIF (A00000L LT
X'20').SPERR
** ASMA154E OPERAND MUST BE ABSOLUTE, PREDEFINED SYMBOLS; SET TO ZERO
- OPENC/A00000L
The way I read the assembler reference, it looks to me like the above
should work. The difference between A00100 and A00000 will NOT change
based on relocatability. The difference will always be the same.
Looks can be deceiving. The operand in your AIF is a label,
whereas the requirement is for an absolute term or symbol.
Gerhard Postpischil
Bradford, VT
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html