Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answer Posted / girish kanswa
continue means it pass the control to the stmt when it find
explicit scope terminator(end-if,end-perform),and next
sentence means it pass d cntrl to d next sentence when it
finds implicit scope terminator(.)
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How many bytes S(8) comp field occupy and its maximum value?
For rewrite, why is it mandatory that file needs to be opened?
What are the pertinent COBOL
how do you reference the variable unblock file formats from cobol programs
) how do u code after getting data?
Write the code to count the sum of n natural numbers.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do you define a variable of comp-1 and comp-2?
Why occurs cannot be used in 01 level in COBOL?
how to move the records from file to array table. give with code example
Define static linking and dynamic linking.
Name some of the examples of COBOl 11?
What is a SSRANGE and NOSSRANGE?
Can we change the password using ALTER? anyone tried and changed?