View previous topic :: View next topic
|
Author |
Message |
sandhyarenu
New User
Joined: 04 Jan 2007 Posts: 16 Location: India
|
|
|
|
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 |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
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 |
|
|
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 2146 Location: At my coffee table
|
|
|
|
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 |
|
|
|