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 |
how many bytes does s9(7)COMP-3 field occupies?
How can you declare the file ?
What is the problem of ordered sequential files access?
IF I mention stop run in CICS what happens?
What is 88 level used for ?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you
what is the default print format? in cobol
What guidelines should be followed to write a structured Cobol program?
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer