| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
ovreddy
Joined: 06 Dec 2004
Posts: 200
Location: Keane India Ltd., Hyderabad
|
| Posted: Mon Dec 13, 2004 4:53 pm Post subject: Quick way to find out the defected record... |
|
|
Hi all,
This question is asked in GE interview. If we have 5 lakhs of records in a COBOL file. and 1 record corrupted then quickly how to find out the corrupted record. I said that using FILE-AID we can find it. If you have more methods please explain them..
Thanks,
Reddy |
|
| Back to top |
|
steve
Joined: 24 Mar 2005
Posts: 19
Location: Long Island
|
| Posted: Thu Mar 24, 2005 5:22 pm Post subject: Re: Quick way to find out the defected record... |
|
|
| use file-aid compare or use "superC" for comparing the old and new file to find the corrupted record. |
|
| Back to top |
|
mmwife
Joined: 30 May 2003
Posts: 1508
|
| Posted: Fri Mar 25, 2005 6:27 am Post subject: |
|
|
| This ques has been around for a good while. Will someone PLEASE tell me what a corrupted/defected record is? |
|
| Back to top |
|
lokanathareddy
Joined: 05 Mar 2005
Posts: 10
Location: pune
|
| Posted: Fri Mar 25, 2005 10:26 am Post subject: Re: Quick way to find out the defected record... |
|
|
hai
In VSAM we found defect records some times,because we were done more times update and deletes.For these we use REORGANISATION.If we want to found defect record we follow one method.That is We take one empty VSAM file we are load that vsam file into empty vsam file If any defect record is there load is showing error.AT that time u go to spool it shows u how many records are loaded.When defect found loaded error will occurs.U found easily that record.In spool it shows u count of loaded records. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|