Answer Posted / vampire
scope terminators
2 types
implicit scope terminator
"."----dot
exit.
stoprun.
explicit scope terminator
end-if.
end-search.
end-evaluate
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What kind of error is trapped by on size error option?
what are decleratives in cobol?
explain sorting techniques in cobol program?
What are the different data types in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
In which area will you utilize 88 level items in cobol?
What is inspect in cobol ?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Explain about different table spaces.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the different rules for performing sort operation?
how do you reference the printer file formats from cobol programs
How do you reference the following file formats from cobol programs?
Can we redefine the field of x(200) to less than 200?