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
For rewrite, why is it mandatory that file needs to be opened?
Difference between cobol and cobol-ii?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are different data types in cobol?
Which is not true about evaluate statement
Name the divisions, which are available in a cobol program?
explain sorting techniques in cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you define single dimensional array and multidimensional array in your cobol?
how to refer the data field?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
) How do u handle errors in BMS macro
Define cobol?
how do you reference the variable unblock file formats from cobol programs