if a=b how the flow will complete???
perform test through test-exit.
perform activa through activa-exit.
test.
if a=b then
next sentence
else
move a to c.
test-exit.
exit.
activa.
--
--
activa-exit.
exit.
Answer Posted / subbu
It will come out of the activa-exit.
Mans a the condition is a=b fist it will perform "perform
test through test-exit."
if a=b then
next sentence --> comes here
else
move a to c.
test-exit.
exit.
As it is satisfying the if part it should go to next
sentence i.e it will come out of the text-exit.
Now it will perform "perform activa through activa-exit."
so it will come out of the activa-exit.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
What are declaratives and what are their uses in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do you reference the fixed block file formats from cobol programs
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between Call and a Link?
HOw can I get the negative sign while deduct high value from low value
how do you reference the rrds file formats from cobol programs
How many sections are there in data division in COBOL?
Name the sections present in data division.
How do get the result of your program directly on your pc?
What is comp-1 and comp-2?
How arrays can be defined in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between comp and comp-3 usage?