IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

EZT /TABLE Error: INSUFFICIENT CORE STORAGE


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sandhyarenu

New User


Joined: 04 Jan 2007
Posts: 16
Location: India

PostPosted: Mon Sep 08, 2008 10:39 am
Reply with quote

Hi,

I have an EZT Code and a table was changed from

FILE MFK001AI VS TABLE 9997
ARG 3 4 N
DESC 173 216 A

To

FILE MFK001AI VS TABLE 99999
ARG 3 5 N
DESC 175 214 A

The code runs fine with the previous structure. However, it throws an RC 16 while trying to use the 2nd structure, saying "INSUFFICIENT CORE STORAGE" . Compilation is succesful, though. We tried increasing the region up to 200M. Doesn't seem to work.

Any idea how to resolve this ?

Thanks.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Sep 08, 2008 8:44 pm
Reply with quote

Hello,

Quote:
Any idea how to resolve this ?
Talk with your system support or possibly the scheduling people for the proper way to get enough memory on your system.

The definition worked successfully on one of my systems, but i have no code to actually use the table.

You might also look to see what all has changed in the code as it may not simply be the table definiton that is the problem.
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Tue Sep 09, 2008 2:12 am
Reply with quote

CA-Easytrieve/Plus Reference Guide wrote:
A003 INSUFFICIENT CORE STORAGE AVAILABLE
The partition or region in which CA-Easytrieve/Plus is running is too small. If possible, a supplemental message is provided which defines the necessary storage type, amount, and the identity of the CA-Easytrieve/Plus routine that requested the storage. This problem can usually be corrected by increasing the partition size or region size. If the supplemental message is 'EZTVFM', either permit VFM to go to a disk or increase the VFM core storage.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Error when install DB2 DB2 2
No new posts Pulling a fixed number of records fro... DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
Search our Forums:

Back to Top