On Thu, 24 Jan 2019 19:41:43 -0700, Lizette Koehler <stars...@mindspring.com> 
wrote:

>So when I look at the compiler options, they have DATA(31)
>
>ALL31 in LE is OFF
>
>Only things I can think of for now.
>
>Lizette

The DATA option only applies if RENT is also specified.  The COBOL RMODE option 
can also affect where a COBOL program is loaded.  If RMODE is set to AUTO and 
RENT is specified, then RMODE is ANY, (DATA option would also be in effect).  
If RMODE is set to AUTO and NORENT is specified, then RMODE is set to 24.  
RMODE can also be explicitly set to ANY or 24.  And of course, if other 
programs are included at Link Edit/Bind time that are set to RMODE 24, then the 
resulting Load Module would be RMODE 24 regardless of the COBOL RMODE setting.

-- 
Dale R. Smith  

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to