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
What are the different types of condition in cobol and write their forms.
Can you please let me know the centre name of INS certification in Kolkata.
What is the usage of comp fields in cobol?
How do define dynamic array in cobol.
Difference between array and sub-script ?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are the pertinent COBOL
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Describe the cobol database components?
Can a Search can be done on a table with or without Index?
what is the difference between COBOL2 AND COBOL390?
What are declaratives and what are their uses in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
IF I mention stop run in CICS what happens?