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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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...)
What is the problem of ordered sequential files access?
Write a cobol program making use of the redefine clause.
In which area will you utilize 88 level items in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is comp-1 and comp-2?
What is the difference between comp and comp-3?
What is the difference between external and global variables in COBOL?
Write some characteristics of cobol as means of business language.
Mention the guidelines to write a structured cobol program?
What are the access modes of START statement?
What are 77 levels used for?
what happens if parmparameter passes zero bytes to the program