Re: YA MGCRE RCF?

2022-07-14 Thread Schmitt, Michael
2022 14:50 Para: ASSEMBLER-LIST@LISTSERV.UGA.EDU Assunto: Re: YA MGCRE RCF? I created a macro to generate parmlists with optional specification for how an operand is addressed. Briefly, CALLV program,(parm1,parm2,(parm3,Y),parm4) where parm3 would be addressed with LAY instead of LA. The macr

Re: YA MGCRE RCF?

2022-07-13 Thread Steve Smith
I created a macro to generate parmlists with optional specification for how an operand is addressed. Briefly, CALLV program,(parm1,parm2,(parm3,Y),parm4) where parm3 would be addressed with LAY instead of LA. The macro actually just appends the 2nd operand to LA (i.e. 'LA(,2)'), so it's

Re: YA MGCRE RCF?

2022-07-13 Thread Paul Gilmartin
[< Prev] [Next >] [Last >>] Author: [<< First] [< Prev] [Next >] [Last >>] Print Reply Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Date: Wed, 13 Jul 2022 08:53:38 -0400 Reply-To: IBM Mainframe Assembler List Subject:

Re: YA MGCRE RCF?

2022-07-13 Thread Paul Gilmartin
On Wed, 13 Jul 2022 12:27:06 +, Peter Relson wrote: >Definitely the lack of an equate for R12 should be corrected (such as by >adding an equate and a BASR R12,0). I'll get that taken care of. > Thanks. But I may have misled myself by seeing CSECT; USING *; ...; END, and assuming a user

Re: YA MGCRE RCF?

2022-07-13 Thread Peter Relson
Definitely the lack of an equate for R12 should be corrected (such as by adding an equate and a BASR R12,0). I'll get that taken care of. Almost all macros expect some amount of addressability to static data for certain invocations. That will not be stated for individual macros. That is why

Re: YA MGCRE RCF?

2022-07-12 Thread Steve Smith
ASSEMBLER-LIST@LISTSERV.UGA.EDU > Subject: Re: YA MGCRE RCF? > > Well, that got terribly garbled. Trying a different way. > > On Tue, 12 Jul 2022 10:30:13 -0600, Paul Gilmartin wrote: > >Do I have cause for an RCF here? > > > >In z/OS 2.5 MVS Programming: Aut

Re: YA MGCRE RCF?

2022-07-12 Thread Charles Mills
. Charles -Original Message- From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU] On Behalf Of Paul Gilmartin Sent: Tuesday, July 12, 2022 3:45 PM To: ASSEMBLER-LIST@LISTSERV.UGA.EDU Subject: Re: YA MGCRE RCF? Well, that got terribly garbled. Trying a different way

Re: YA MGCRE RCF?

2022-07-12 Thread Paul Gilmartin
Well, that got terribly garbled. Trying a different way. On Tue, 12 Jul 2022 10:30:13 -0600, Paul Gilmartin wrote: >Do I have cause for an RCF here? > >InĀ  z/OS 2.5 MVS Programming: Authorized Assembler Services Reference, Volume 3 (LLA-SDU) >IBM SA23-1374-50 > >I see: MGCRE - Execute form >