How will you find the currepted records in a file

Answers were Sorted based on User's Feedback



How will you find the currepted records in a file..

Answer / helennixa

You would use Display statements before the abend so you know what record was corrupted.

Is This Answer Correct ?    1 Yes 0 No

How will you find the currepted records in a file..

Answer / prasad

data integritu doen't exist for files, that why database
comes into the picture.

sol: you can use the file aid tool to find the correpted
data(only way)

$$dd01 drop(1,2,nep)

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL Interview Questions

can we use variable picture clause as xx.99 in cobol.

3 Answers  


How to increase the logical record length of existing PS file?

7 Answers  


what is mainframe? what is the mainframe software ? what is use in s/w field?

7 Answers   CSE,


study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level

4 Answers   TCS,


what are the utilities for load and unload the DB2 tables

1 Answers   L&T,






Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

0 Answers  


If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....

1 Answers   HCL,


Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible

7 Answers   TCS,


i want to enter the name 'pandu' into ur table how?

1 Answers   Fidelity,


1) can we display the index?

3 Answers   ADP, IBM,


File status must be checked both while opening and reading the file or only while reading the file?

2 Answers  


What are the different data types in cobol?

0 Answers  


Categories