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 difference between start and startbr?
What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?
can anyone explain me the concept of COMP-4 PLEASE??
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
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
When and how can we use index & subscript ?
What is the use of intialize verb?
What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.
what is the coding difference between COBOL and CICS.
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
What are some examples of command terminators?
What are the differences bitween cobol and cobol-2?