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
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
) How do u handle errors in BMS macro?
How do get the result of your program directly on your pc?
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.
how can i see junk values in dclgen or in hostvariable of comp ?
What kind of error is trapped by on size error option?
What is link edit in cobol?
What are the different open modes available in cobol?
what is difference between cobol and cobol/400
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Explain about different table spaces.
What is length is cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?