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 / rajeumesh
Answer # 3 is correct
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
What is the difference between binary search and sequential search?
what are decleratives in cobol?
What is the difference between PIC 9.99 and PIC9v99?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you reference the printer file formats from cobol programs
What are declaratives and what are their uses in cobol?
How do get the result of your program directly on your pc?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Are you comfortable in cobol or jcl?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is comp-1 and comp-2?