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
How to remove 2 duplicate records and copy only one using job control language?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how to access the file from prodution from changeman tool and to submit a file to production
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Differentiate between structured cobol programming and object-oriented cobol programming.
How are the next sentence and continue different from each other?
Why did you choose to work with ibm mainframe cobol programming?
Write the code implementing the perform … varying.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Write the code to count the sum of n natural numbers.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
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
Give some examples of command terminators?