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
next sentence
end-if
display 1
display 2.
display 3.

If a>b, it will display only 3.(the next sentence,
ie., after fullstop/period)
____________________________________

if a>b
continue
end-if
display 1
display 2.
display 3.

If a>b, it Will display 1 2 3 (the next statement)
____________________________________

if a>b
continue
display 1
end-if
display 2
display 3.
display 4.

If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?

Answer Posted / suputhru

Correct answer is the 1 2 3 4.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between cobol and cobol-ii?

1341


What is the local-storage section?

1190


Can we redefine the field of x(200) to less than 200?

1429


What is the difference between perform … with test after and perform … with test before?

1494


Differentiate between structured cobol programming and object-oriented cobol programming.

1211


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

1262


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1621


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

1143


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

2393


What is the difference between goback, stop run and exit program in cobol?

1642


Which is not true about evaluate statement

2511


What are the different open modes available in cobol?

1242


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

1140


What rules are followed by the search verb.

1194


Name some of the examples of COBOl 11?

3196