It's working now.
Thank you all

-----Mensagem original-----
De: IBM Mainframe Assembler List <[email protected]> Em nome
de Ngan, Robert (DXC Luxoft)
Enviada em: terça-feira, 9 de julho de 2024 11:59
Para: [email protected]
Assunto: Re: using 2 consecutives areas

Oops, accidently replied directly to João.

Not sure why you need it for LA, but when I need this, I use:

MVC   target(6),=AL2(4,C'te',C'xt')

You could use:

LA    1, =AL2(4,C'te',C'xt')
LA    2, =AL2(4,C'te',C'xt')+2

But that's ugly. Use of consecutive named fields as others suggested would
be the simplest approach.

Robert Ngan
DXC Luxoft

P.S. João, In my original reply there was a typo, I used +1 instead of +2 on
the second LA.

-----Original Message-----
From: IBM Mainframe Assembler List <[email protected]> On
Behalf Of João Reginato
Sent: Monday, July 8, 2024 08:48
To: [email protected]
Subject: using 2 consecutives areas
Importance: Low

Hi



What can I do to guarantee that the 2 literals below are consecutives in the
literal pool?



La           1,=al2(4)

La           2,=cl4'text'





TIA

João

Reply via email to