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

Vsam Error -24 when i try inserting a record into VSAM file


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ashok_somayaji

New User


Joined: 08 Jun 2005
Posts: 1

PostPosted: Wed Jun 08, 2005 11:46 am
Reply with quote

Hi,

I am getting VSAM error 24 when i try inserting a record into VSAM file through a cobol Program. Anyone has any idea what could be the problem?
Back to top
View user's profile Send private message
tgbalamanian

New User


Joined: 11 Mar 2005
Posts: 4
Location: chennai

PostPosted: Wed Jun 08, 2005 11:59 am
Reply with quote

Hi,
I think you are try to write data beyond the defined boundaries of the indexed file by using sequential WRITE.

I am wrong correct me.

Thanx
TGB
Back to top
View user's profile Send private message
kkumarv

New User


Joined: 13 May 2005
Posts: 20
Location: Bangalore/India

PostPosted: Wed Jun 08, 2005 12:56 pm
Reply with quote

Relative and indexed files only. Indicates a boundary violation. Possible causes:
Attempting to write beyond the externally defined boundaries of a file
Attempting a sequential WRITE operation has been tried on a relative file, but the number of significant digits in the relative record number is larger than the size of the relative key data item described for the file

thanks,

Kumar
Back to top
View user's profile Send private message
chinna simi

New User


Joined: 26 Mar 2007
Posts: 2
Location: pune

PostPosted: Wed Apr 04, 2007 5:52 pm
Reply with quote

boudary violation error write past end of KSDS record
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top