What is a scope terminator? Give examples.

Answers were Sorted based on User's Feedback



What is a scope terminator? Give examples...

Answer / aji cherian

If.. end-if
Perform .. end-perform
read... end-read
evaluate... end-evaluate etc...

Is This Answer Correct ?    10 Yes 1 No

What is a scope terminator? Give examples...

Answer / vampire

"."
stop-run
exit
end-if
exit
end-evaluate
end-search
end sort

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL Interview Questions

what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.

3 Answers   HCL, TCS,


in a indexed file what is procedure for read the records from 12 to 18. please give the code example

2 Answers   L&T,


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


what is the difference b/w level no.01 & level no.77?

3 Answers   HCL,


what is the difference between start and startbr?

2 Answers  


What is the Purpose of Pointer in the string?

0 Answers  


what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

5 Answers   TCS,


Write a program to concert an Indexed file into Sequential file?

1 Answers   Covansys,


which generation language is cobol

4 Answers   Kanbay,


how to display the dataset information?

2 Answers  


How may divisions are there in JCL-COBOL?

5 Answers   IBM,


if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?

1 Answers   Patni,


Categories