Answer Posted / prachi
exapamples of scope terminators are end-if for if statement
end-evaluate for evaluate function. So if we dont give end-
if when we are using if statement ...it willl throw
compilation error..So scope terminator is needed to end the
loop..if we dont give scope terminator it will throw
compilation error...
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
What are the different rules for performing sort operation?
HOw can I get the negative sign while deduct high value from low value
What is the difference between next sentence and continue in cobol programing language?
What are the different types of condition in cobol and write their forms.
What is amode(31)
What is a report item?
What is difference between static and dynamic call in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are 77 levels used for?
How many sections are there in data division in COBOL?
how do you reference the esds vsam file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
what is difference between cobol and cobol/400
What is the difference between perform … with test after and perform … with test before?