Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answer Posted / osachari
next sentence transfers the control to the sentence which
after the first period. where as continue transfers the
control to the statement after the first scope
terminator(end-if...).
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the LINKAGE SECTION used in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are 77 levels used for?
Explain what you understand by passing by value.
What is a SSRANGE and NOSSRANGE?
How do you reference the fixed block file formats from cobol programs
What are the different data types in cobol?
What is the utilization of copybook in cobol?
How do you differentiate between cobol and cobol-ii?
What is the difference between next sentence and continue in cobol programing language?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
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