Difference between next and continue clause
Answer Posted / mahesh
Continue will take the control to the next statement.
Eg:
else if cond
continue|next sentence
else
perform imperative statement
end-if
move xxx to yyy. ---1
move zzz to yyy. ---2
In this case control will be transferred to line 1.
Next sentence will transfer the control to the next
sentence.That is line no.2.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are various search techniques in cobol? Explain.
What are the rules of the move verb?
how do you reference the ksds vsam file formats from cobol programs
What is the usage of comp fields in cobol?
What is rmode(24)
Explain what you understand by passing by value.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Why did you choose to work with ibm mainframe cobol programming?
Write down the divisions of cobol program?
What is amode(24)?
How you can read the file from bottom?