Consider the below example
call a-test1.
--
--
--
a-test1.
if a=b
perform a-test through a-exit
next sentence
else
if b=c
perform c-test through c-exit.
if a=d
perform d-test through d-exit.
a-test.
--
--
a-exit.
exit.
can u tell me what will happen if a=b
after looping into a-exit will the control go back to a-
test1.
will the condition a=d be checked???
Answer Posted / dimpy19
Compilation Error.
both NEXT SENTENCE and CONTINUE place holder.
above situation NEXT SENTENCE will give compilation error
CONTINUE will not generate compilation error
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Why occurs cannot be used in 01 level in COBOL?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
explain sorting techniques in cobol program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is rmode(24)
What is link edit in cobol?
What are different data types in cobol?
Define static linking and dynamic linking.
Define cobol?
How many sections are there in data division in COBOL?
Explain what you understand by passing by value.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is cobol?