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

What are the pertinent COBOL

2045


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

2118


Can a Search can be done on a table with or without Index?

803


Why would you use find and get rather than to obtain?

690


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

1958






How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2732


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

712


What is a report item?

741


Explain how to differentiate call by context by comparing it to other calls?

689


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

668


how do you reference the variable unblock file formats from cobol programs

748


Whats the difference between search & search ALL?

5264


Define static linking and dynamic linking.

669


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1931


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

1790