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.
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 |
Explain about different table spaces.
What is 88 level used for ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
I got user abend U4038 while compiling my runjcl.. can anyone help me?
1.Can we define condition-name conditions in FD entry.
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
What is difference between static and dynamic call in cobol?
Write down the divisions of cobol program?
What is perform what is varying?
using redefine can you redefine lower variable size to higher variable size?
How can you submit a job from COBOL programs?