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

Intermediate result is too large while reading ADABAS table


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
prasadvrk

Active User


Joined: 31 May 2006
Posts: 200
Location: Netherlands

PostPosted: Wed Sep 20, 2006 6:47 pm
Reply with quote

I am getting the following message when I tried to execute query in Natural to read an Adabas table.

MS7845 0420 NAT1301 Intermediate result too large.

NAT9978 ERROR OCCURRED DURING EXECUTION/COMPILATION


Is there any workaround for this problem, please reply asap as this is a show stopper for us.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Sep 20, 2006 7:28 pm
Reply with quote

First, ADABAS uses files, not tables.
Second, this is a NATURAL message, not ADABAS (ADABAS messages start woth '3').

This error message means that you are doing some calculation, but the intermediate results are too large to be held in NATURAL buffers. Simply break your calculations into smaller parts.

O.
Back to top
View user's profile Send private message
prasadvrk

Active User


Joined: 31 May 2006
Posts: 200
Location: Netherlands

PostPosted: Wed Sep 20, 2006 7:55 pm
Reply with quote

Thank You very much Ofer71!

I am new to Natural/Adabas programming so I did not know for sure which was throwing the error.

I have figured it out and now it is running fine

Thanks once again for the promt reply.
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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top