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

File status = 22


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

New User


Joined: 27 May 2006
Posts: 10
Location: At my Desk

PostPosted: Tue Aug 05, 2008 7:49 pm
Reply with quote

Hi all,

I am writng the index file using the data in the flat file.
some records are written in index file.

But after writing some records I got file status = 22.

Please tell me the solution

regards
Sultan
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 Aug 05, 2008 7:54 pm
Reply with quote

Invalid Key Condition..... An attempt was made to write a record that would create a duplicate key in a relative file; or an attempt was made to write or rewrite a record that would create a duplicate prime record key or a duplicate alternate record key without the DUPLICATES phrase in an indexed file.
Back to top
View user's profile Send private message
sultan_noor89

New User


Joined: 27 May 2006
Posts: 10
Location: At my Desk

PostPosted: Tue Aug 05, 2008 8:00 pm
Reply with quote

Could you please let me know,
how to overcome this error???

regards
Sultan
Back to top
View user's profile Send private message
Suresh Ponnusamy

Active User


Joined: 22 Feb 2008
Posts: 107
Location: New York

PostPosted: Tue Aug 05, 2008 8:09 pm
Reply with quote

Please validate the input data against the file contents and remove the duplicates or if already there skip the record.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Aug 05, 2008 8:23 pm
Reply with quote

you need to investigate your 'duplicates'.

they are only duplicates, because that is the way you defined your key.

if they are valid duplicates - meaning they really should not be considered as duplicate:
define your key differently.

otherwise, as Suresh said, cull your duplicates with sort if you don't want to recode your cobol module.
Back to top
View user's profile Send private message
sultan_noor89

New User


Joined: 27 May 2006
Posts: 10
Location: At my Desk

PostPosted: Tue Aug 05, 2008 9:33 pm
Reply with quote

icon_cool.gif
thanks Suresh
Back to top
View user's profile Send private message
Suresh Ponnusamy

Active User


Joined: 22 Feb 2008
Posts: 107
Location: New York

PostPosted: Tue Aug 05, 2008 10:52 pm
Reply with quote

You are welcome as always icon_smile.gif
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 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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top