Answer Posted / mahathiaz
A scope terminator brackets its preceding verb, e.g. IF ..
END-IF, so that all statements between the verb and its
scope terminator are grouped together. Other common COBOL II
verbs are READ, PERFORM, EVALUATE, SEARCH and STRING.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
Which Search verb is equivalent to PERFORM…VARYING?
Name some of the examples of COBOl 11?
What is the difference between next sentence and continue in cobol programing language?
What is the utilization of copybook in cobol?
What kind of error is trapped by on size error option?
Which is not true about evaluate statement
What guidelines should be followed to write a structured cobol prgm?
how do you reference the fixed unblock file formats from cobol programs
what is the use of outrecord?
Are you comfortable in cobol or jcl?
How do you reference the fixed block file formats from cobol programs
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?
For rewrite, why is it mandatory that file needs to be opened?
How many sections are there in data division in COBOL?