what is the difference between implicit and explicit scope terminator with example? 



what is the difference between implicit and explicit scope terminator with example? ..

Answer / avijit bardhan

Implicit scope terminator is period which is used at the end of statement to terminate the scope of previous statements.




Explicit terminators are like END-PERFORM, END-READ, END-EVALUATE etc.

Is This Answer Correct ?    22 Yes 0 No

Post New Answer

More COBOL Interview Questions

when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible

1 Answers   Patni,


why do u need inspect verb?

3 Answers   Patni,


How can you display the SPOOL information ?

2 Answers  


What are literals?

0 Answers  


IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.

2 Answers   ADNA, CSC,


In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


what are the steps to sort in a cobol program?

2 Answers   Patni,


which one is better among static call and dynamic call?

3 Answers  


Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible

7 Answers   TCS,


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

0 Answers  


can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans

2 Answers   DELL,


In COBOL programming, what is PERFORM? What is VARYING?

0 Answers   CDC,


Categories