That's what I read into "temporarily" but that's certainly not clear.
Temporarily means for a limited period of time, not for a limited range of
source code. <g> (*PROCESS is temporary; you can remove it any time you
want!)

If I could not solve the problem some better way I suppose what I would do
is assemble with RENT to make sure the only violations were the ones I
intended, then turn off RENT, and comment the heck out of what I did.

If performance or register usage is not ultra-critical, you could avoid RENT
warnings with a technique something like replacing

MVI My_Non_Rent_Switch,1

With

LA  R1,My_Non_Rent_Switch
MVI (0(R1),1    My_Non_Rent_Switch

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On
Behalf Of Seymour J Metz
Sent: Monday, December 16, 2019 10:00 AM
To: [email protected]
Subject: Re: *PROCESS/ACONTROL to temporarily disable RENT warnings?

The OP wrote "temporarily", which rules out *PROCESS. ACONTROL is the
obvious way to do it, but the documentation doesn't list a NORENT or
FLAG(NORENT) option for it.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to