ENBS1000 SEARCH AND REPLACE - PARSING ERROR - OUT OF SPACE
search cancel

ENBS1000 SEARCH AND REPLACE - PARSING ERROR - OUT OF SPACE

book

Article ID: 28470

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Running the Endevor Search and Replace utility and getting an error: 

PARSING ERROR - OUT OF SPACE 

How can this be resolved? 

Resolution

There is an option in the file prefix.qual.CSIQSRC member ENCOPTBL that will allow the Endevor Admin the ability to change the parser heap:

***********************************************************************
* INCREASES THE SIZE OF THE PARSER HEAP. THE DEFAULT VALUE IS 32,000  
* BYTES. SPECIFY (ON,XX), WHERE XX IS THE NUMBER OF 4,096 (4K) BYTE  
* PAGES TO BE ALLOCATED. FOR EXAMPLE, (ON,10) CAUSES 10 4K PAGES TO  
* BE ALLOCATED, INCREASING THE STACK SIZE TO 40,960 BYTES.            
* O0000531                                                            
*---------------------------------------------------------------------*
*        ENHOPT PARSER_HEAP_SIZE=(ON,10)                              
*                                                                    
***********************************************************************
  1. Remove the * from the following line:
         *        ENHOPT PARSER_HEAP_SIZE=(ON,10)    
  2. Change the value of the size (ON,10) to a value that is larger (ON,20)
  3. have the Endevor Administrator assemble/link the new module and refresh the link list if necessary.

The value can be changed until the parsing heap is large enough to have the job complete.