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


Please Help Members By Posting Answers For Below Questions

What is rmode(any) ?

686


What is amode(31)

724


i need a small 3d program using inline and outline.

1640


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

959


What are the cobol coding sheets?

665






There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


What is the difference between binary search and sequential search?

643


how to refer the data field?

1812


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1960


) How do u handle errors in BMS macro

1512


How do u write test cases?

1638


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061


When is inspect verb is used in cobol?

677


What is report-item in COBOL?

711


What are the different rules to perform a Search?

619