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 / dimpy19

Compilation Error.
both NEXT SENTENCE and CONTINUE place holder.
above situation NEXT SENTENCE will give compilation error
CONTINUE will not generate compilation error

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1549


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

2013


What is the difference between PIC 9.99 and PIC9v99?

1401


What are the different data types in cobol?

1510


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

2133


how to convert the recors form vsam file to db2 table tru file aid

3311


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1306


what is difference between cobol and cobol/400

23065


how do you reference the esds vsam file formats from cobol programs

1265


What is an in line perform? When would you use it? Anything else you wish to say about it.

1140


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

1185


State the various causes of s0c1, s0c5 and s0c7.

1140


Write down the divisions of cobol program?

1333


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

915


Explain how you can characterize tables in cobol?

1110