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

it will display 2 3 4 only

Is This Answer Correct ?    4 Yes 1 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?

1129


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

2631


Write a program that uses move corresponding.

1073


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

3206


Why did you choose to work with ibm mainframe cobol programming?

1035


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4120


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

2171


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

1230


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

1174


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1065


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

1054


how do you reference the rrds file formats from cobol programs

1494


In which area will you utilize 88 level items in cobol?

1098


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2545


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

1257