Using the IBM Enterprise COBOL for z/OS 5.1 and above with CA Endevor
search cancel

Using the IBM Enterprise COBOL for z/OS 5.1 and above with CA Endevor

book

Article ID: 72839

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

About the CA Endevor REGION size for IBM Enterprise COBOL z/OS 5 or higher

About the IBM Enterprise COBOL for z/OS Version 5 and 6, the Migration Guide says:
Compile-time storage requirements are substantially increased compared to prior versions of Enterprise COBOL. The compiler requires a minimum of 200 M region size to run.

Are there any considerations for CA Endevor ?


 

Environment

z/OS
IBM Enterprise COBOL for z/OS Version 5 and 6

Resolution

When upgrading to the COBOL V5 or higher, CA Endevor COBOL Generate processors might need to be updated to increase storage requirements.

Recommend the following as a way to determine the necessary increase:
- Compile a large program (ideally the largest one you can find onsite) outside of CA Endevor with the old COBOL.
- Reduce the REGION size until the compile fails. Note the minimum REGION required by the old compiler (REGION_OLD).
- Do the same thing with the new compiler. Note the minimum REGION required by the new compiler (REGION_NEW).
- Increase the REGION size for CA Endevor batch runs by the difference (REGION_NEW minus REGION_OLD).

** Remember that REGION= specified in the JOB statement overrides REGION= specified in the EXEC statement.
This means that CA Endevor users need to remove or change the REGION parm in the JOB cards used when submitting a batch job from CA Endevor.

Additional Information

For more information, please see the IBM documents.
<https://www.ibm.com/support/knowledgecenter/en/SS6SG3_6.2.0/com.ibm.cobol62.ent.doc/migrate/igymbhv.html>