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

How to Fix NAT1316


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

New User


Joined: 15 Jun 2006
Posts: 26

PostPosted: Wed Apr 16, 2008 7:07 am
Reply with quote

Hi All,

I faced the NAT1316 error i.e. 'Index not within array structure' through online screens. I debugged the program and came to know that the index specified for the array (defined as: 1 #LINE-ARRAY (1:51)) is not within the dimensions defined for it.

Now, just want to explore that increasing the array size will resolve this problem? On what other areas I should focus upon to take care of this error occurring in future?

Awaiting your replies.

Thanks,
Atul
Back to top
View user's profile Send private message
atulbagewadikar

New User


Joined: 15 Jun 2006
Posts: 26

PostPosted: Thu Apr 17, 2008 5:06 am
Reply with quote

Ofer,

Appreciate if you can reply on my query.

Thanks,
Atul
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Apr 17, 2008 10:37 am
Reply with quote

You can't just "increase the array size" in the map. You have to make sure that the array size fits the map layout, and that there are no other handling in the index (like processing rules).

In addition, you might want to take a look at the program that populate the array.

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

New User


Joined: 28 Apr 2008
Posts: 63
Location: US

PostPosted: Wed May 14, 2008 3:06 pm
Reply with quote

Hi
NAT1316 Index not within array structure. Index not within array structure. The index specified for an array is not within the dimensions defined for the array. Check program and correct error.
Hari
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 NAT1316 Index not within array structure Java & MQSeries 4
Search our Forums:

Back to Top