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...

Consider the below example

call a-test1.
--
--
--
a-test1.
if a=b
perform a-test through a-exit
next sentence
else
if b=c
perform c-test through c-exit.
if a=d
perform d-test through d-exit.
a-test.
--
--
a-exit.
exit.

can u tell me what will happen if a=b
after looping into a-exit will the control go back to a-
test1.

will the condition a=d be checked???

Answer Posted / khasim

compile error.
d-test and d-exit. not defined in Procedure division.

if we code the d-test and d-exit.
control goes to d-exit. not goback to a-test1.

after d-exit, it will go back.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you differentiate between cobol and cobol-ii?

1276


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

1278


how to move the records from file to array table. give with code example

2727


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

1185


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

1302


A table has two indexes defined. Which one will be used by the SEARCH?

1325


How do you get the data to code the BMS macro?

2013


what is amode(24), amode(31), rmode(24) and rmode(any)?

1192


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

2530


What is rmode(any) ?

1327


For rewrite, why is it mandatory that file needs to be opened?

1149


What is link edit in cobol?

1267


What is a scope terminator give example?

1154


What is the difference between PIC 9.99 and 9v99 in COBOL?

1395


What is the difference between external and global variables in COBOL?

1537