What is an explicit scope terminator?

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


Please Help Members By Posting Answers For Below Questions

What is the default value(s) for an initialize? What keyword will allow for an override of the default?

886


What kind of error is trapped by on size error option?

973


what are decleratives in cobol?

2012


explain sorting techniques in cobol program?

909


What are the different data types in cobol?

1066


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.

3961


In which area will you utilize 88 level items in cobol?

916


What is inspect in cobol ?

1032


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

986


Explain about different table spaces.

875


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

1228


What are the different rules for performing sort operation?

987


how do you reference the printer file formats from cobol programs

912


How do you reference the following file formats from cobol programs?

934


Can we redefine the field of x(200) to less than 200?

1115