How do you need that SETC? An explanation might help us suggest something.

-----Oprindelig meddelelse-----
Fra: IBM Mainframe Assembler List <[email protected]> På vegne af 
Paul Gilmartin
Sendt: 14. november 2023 22:07
Til: [email protected]
Emne: Re: ASMA057E Undefined operation code SR 15,15

On 11/14/23 13:58:30, João Reginato wrote:
> Gil
> 
> I know it works in the way you've proposed but I need to use the SETC 
>in a  very bigger macro.
>.
Please post an example showing the failure without the SETC.

Would it be better to have two separate MACROs, one of which calls the other?

>> Em ter., 14 de nov. de 2023 às 17:46, Paul Gilmartin escreve:>>>> .
>>> I believe the SETC is unnecessary.  How a bout just:
>>>            MACRO
>>> &REST    ZERO  &N
>>> &REST    SR    &N,&N
>>>            MEND
>>>
>>>            START
>>> L        ZERO  15
>>>            END

--
gil

Reply via email to