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

What does the IS NUMERIC clause establish ?

2 Answers  


What is the difference between Call and a Link?

0 Answers  


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


What is the different between index and subscript?

3 Answers  


select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself

2 Answers  






What does the initialize statement do ?

2 Answers  


can any one give good example for cond 88 level number and for renames pls urgent dudes ?

3 Answers   DELL,


if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error

8 Answers   Cap Gemini,


How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.

6 Answers   Accenture,


how do you reference the ksds vsam file formats from cobol programs

0 Answers  


what is label record is standard or omitted in file description of data division?

3 Answers   IBM, TCS,


What are different data types in cobol?

0 Answers  


Categories