> Is there any way that compiler output can be marked RENT?  I thought
> that option was available only on load modules.

=

I believe you are correct.  RENT for compliers means "generate re-entrant 
code".  

For the assembler, RENT means "flag anything that is obviously not re-entrant". 
 I never use this option.  

===

 
> Date: Tue, 25 Jun 2013 09:17:37 -0500
> From: [email protected]
> Subject: Re: z/OS subroutine in assembler, used in both batch & CICS , making 
> re-entrant
> To: [email protected]
> 
> On Tue, 25 Jun 2013 08:15:46 -0500, John McKown wrote:
> >
> >I don't know why the binder requires
> >the RENT parameter to mark a program object as RENT if all the input CSECTs
> >are COBOL which is compiled with the RENT compiler option. Maybe somebody
> >could explain? Nobody here really understands CA-Endevor.
> > 
> Is there any way that compiler output can be marked RENT?  I thought
> that option was available only on load modules.
> 
> If I knew CICS at all, would it be obvious to me why you don't simply
> GETMAIN (whatever) a 72-byte save area?
> 
> -- gil
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
                                          
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to