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 know whether the module is dynamical or statistical?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What the difference is between continue and next sentence?
how do you reference the variable unblock file formats from cobol programs
What are declaratives and what are their uses in cobol?
Name the divisions, which are available in a cobol program?
What are the different types of condition in cobol and write their forms.
how do you reference the fixed unblock file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do you define a variable of comp-1 and comp-2?
How do define dynamic array in cobol.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.