I have a occurs for 100 times but it has executed 101 time
what could be the reason?
Answer Posted / arun gopal
Logical error!!.. check the logic to see if the logic which
performs that section is coded properly to exit at the
bondary condition.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
how do you reference the rrds file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
how do you define single dimensional array and multidimensional array in your cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is redefines clause in COBOL?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Write a program that uses move corresponding.
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between binary search and sequential search?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
In COBOL programming, what is PERFORM? What is VARYING?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic