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

Finding corrupted Record


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

New User


Joined: 24 Feb 2005
Posts: 8
Location: Mumbai

PostPosted: Fri Mar 04, 2005 6:18 pm
Reply with quote

Hi Guys,

If i have 1000 records in a file and i want to know how many records are corrupted is there any way,i searched for this mauals,if u have any idea please help me.

Regards
Back to top
View user's profile Send private message
ovreddy

Active User


Joined: 06 Dec 2004
Posts: 211
Location: Keane Inc., Minneapolis USA.

PostPosted: Fri Mar 04, 2005 7:58 pm
Reply with quote

As I know this is asked in PATNI Interview. The same question I asked in the forum months ago, But I didn't get reply. I think you can do this using File-AID. Use format option of File-AID. It will find out the defected records. Try this and let me know the result.

Bye,
Reddy.
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Sat Mar 05, 2005 6:22 pm
Reply with quote

Invrn,

Can you please tell us..what exactly do you mean by CORRUPTED?

Regards
Mayuresh
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sat Mar 05, 2005 9:11 pm
Reply with quote

Dear Friends,

Anybody here to explain Artificial Intelligence?
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Sat Mar 05, 2005 10:06 pm
Reply with quote

priya

Even after posting 167 replies its really sad to let you know the forum rules.

PLEASE START A NEW TOPIC FOR YOUR QUERIES

Regards
Mayuresh
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sat Mar 05, 2005 11:23 pm
Reply with quote

Quote:
Even after posting 167 replies its really sad to let you know the forum rules


You misunderstand me!

I just replied to the Topic...What I mean is,

Quote:
If i have 1000 records in a file and i want to know how many records are corrupted is there any way


One should know AI to solve this problem, I believe!

Anyway, I got one solution...

Read the records from a CICS program one by one, if no Exception write the records in a new file. If you got any EXCEPTION (Corrupted records), HANDLE that CONDITION, Ignore the record and continue the process.

So now you got a new file only with uncorrupted records. Compare this new file with old one, now you can easily identify the corrupted records.
Back to top
View user's profile Send private message
lnvrn

New User


Joined: 24 Feb 2005
Posts: 8
Location: Mumbai

PostPosted: Mon Mar 07, 2005 9:42 am
Reply with quote

Hi OVREDDY,

Thanks for repply,can I know by using FILE-AID how can we achieve that,please explain the procee.

Thanks & Regards
Back to top
View user's profile Send private message
ram_javvaji

New User


Joined: 07 Mar 2005
Posts: 2
Location: chennai

PostPosted: Mon Mar 07, 2005 2:03 pm
Reply with quote

hai ram here


$dd01 drop if = ( starting position, length,NEP)
nep -- not equal to pack

haui u know that u have some corrupted field in ur record give the start position , lenght of that field in that
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Mon Mar 07, 2005 4:27 pm
Reply with quote

Oh icon_redface.gif
It really requires AI to figure out your response....priya

Regards
Mayuresh
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 Finding and researching jobs All Other Mainframe Topics 0
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts VB to FB - Finding LRECL SYNCSORT 4
Search our Forums:

Back to Top