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 does the IS NUMERIC clause establish ?
What is the difference between Call and a Link?
How do you code Cobol to access a parameter that has been defined in JCL?
What is the different between index and subscript?
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
What does the initialize statement do ?
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
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.
how do you reference the ksds vsam file formats from cobol programs
what is label record is standard or omitted in file description of data division?
What are different data types in cobol?