Hi everyone,
I have a question regarding the syntax of literals; I'm not sure if what I'm
trying to do is valid. Please consider this DC statement:
MYCONST DC AL3(1),AL2(2),AL3(3)
Note that the length attributes differ amongst the terms above. Is it possible
to code that entire expression as a literal? I.e., instead of coding this:
MVC 0(8,R1),MYCONST
I'm wondering if I can avoid coding the DC statement, and do something like
this instead (I know this syntax is wrong):
MVC 0(8,R1),=(AL3(1),AL2(2),AL3(3))
Any help would be greatly appreciated; thank you!
David