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
How to remove 2 duplicate records and copy only one using job control language?
How many sections are there in data division in COBOL?
Which mode is used to operate the sequential file?
Write a program to enter and display the names of students in a class using the occurs clause.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are the different types of condition in cobol and write their forms.
How to know whether the module is dynamical or statistical?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the different open modes available in cobol?
Write down the divisions of cobol program?
How do you differentiate between cobol and cobol-ii?
what is the difference between COBOL2 AND COBOL390?
) how do u code after getting data?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How arrays can be defined in COBOL?