Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are the different rules of SORT operation?

1203


What are declaratives and what are their uses in cobol?

1262


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

1301


How do you reference the fixed block file formats from cobol programs

1289


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1383


What is the difference between Call and a Link?

1265


HOw can I get the negative sign while deduct high value from low value

2306


how do you reference the rrds file formats from cobol programs

1660


How many sections are there in data division in COBOL?

1184


Name the sections present in data division.

1315


How do get the result of your program directly on your pc?

2397


What is comp-1 and comp-2?

1280


How arrays can be defined in COBOL?

1298


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

2167


What is the difference between comp and comp-3 usage?

1260