Getting error GYXR5000-U  and  IGYXR5062-U  when compiling with Endevor Processor , using Enterprise COBOL for z/OS  4.2.0  
search cancel

Getting error GYXR5000-U  and  IGYXR5062-U  when compiling with Endevor Processor , using Enterprise COBOL for z/OS  4.2.0  

book

Article ID: 448644

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

 IGYXR5000-U   The compilation was terminated due to an uncorrectable error condition.

IGYXR5062-U   There was insufficient storage for compiler processing.  The "SIZE" compiler option value (and/or the REGION size) should be increased. 

The compilation fails in the Endevor processor.

 

 

Environment

Endevor all versions

Enterprise Cobol v4 

 

Cause

The Job/Task ran out of space.

Resolution

  1. In the Cobol option ensure that SIZE(MAX) is coded.  This will allow the COBOL compiler to use the maximum space.
  2. Ensure that the REGION in the JOBCARD is set to 0M. This will ensure that the Job and Steps get the maximum region available.
  3. If the above 2 items don't fix it increase the space allocation on the DDs  SYSUT1 - SYSUT7. 
  4. If the above 3 items don't work it may be that you site has a limit on region base on USERID, CLASS or the like. Have your system programmer look at this.