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 / supriya tenany
Displaying '1', depends actually on the 'if' condition, since it is in the 'if' loop.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
Can you please let me know the centre name of INS certification in Kolkata.
How many sections are there in data division in COBOL?
example for sub strings ? and refernce modifications whit output pls
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is link edit in cobol?
what is difference between cobol and cobol/400
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the various section in data division and briefly explain them.
What are the cobol coding sheets?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
In which area will you utilize 88 level items in cobol?
Write the code implementing the perform … varying.
What is amode(24)?