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 are the different rules of SORT operation?

689


how to refer the data field?

1796


Name some of the examples of COBOl 11?

2673


How can you get the ksds file records into your cobol program?

636


Write a program to explain size error.

667






What are literals?

622


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

667


What are the access modes of START statement?

709


Which is not true about evaluate statement

1562


What are the various section in data division and briefly explain them.

685


Write some characteristics of cobol as means of business language.

611


what is the use of outrecord?

1765


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

666


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1104


What is the Purpose of POINTER Phrase in STRING command in COBOL?

711