How will you find the currepted records in a file
Answers were Sorted based on User's Feedback
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 |
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 |
What is the LINKAGE SECTION used in COBOL?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
What is Static and Dynamic linking ?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
How to print 10 to 1 if the input have only 10 digit number?
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
i WANT ALL ERROR codes IN CICS and DB2
What is the difference between Structured COBOL Programming and Object Oriented COBOL ?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
What is the difference between SEARCH and SEARCH ALL?
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?