what is scope terminator

Answers were Sorted based on User's Feedback



what is scope terminator..

Answer / shenbagasundari pilavadian

Scope terminator is used to delimit the range of operation
for COBOL conditional statements.

Is This Answer Correct ?    4 Yes 1 No

what is scope terminator..

Answer / srinivas yadav

Scope terminator terminates the statements instead of
period operator(.)

eg:
if

-----
-----
-----
end-if

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?

2 Answers   Satyam,


Consider the following code: 77 A PIC 99V99 VALUE 55.35 77 B PIC 99V999 VALUE 32.754 ADD B TO A ON SIZE ERROR DISPLAY "ERROR!!!" What will be the result ? (a) A=88.10, B=32.754 (b) A=87.00 B=32.754 (c) A=87.10 B=32.754 (d) ERROR!!! will be DISPLAYed on the screen.

3 Answers   TCS,


what is amode(24), amode(31), rmode(24) and rmode(any)?

0 Answers  


can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,






plz,could any one tell me? what about EBCDIC in cobol?briefly?

1 Answers  


What are subroutines ? and how do we pass data to the sub routines?

2 Answers   Xansa,


Why we should use cursor ?

3 Answers  


what is the minimum number of lines a Cobol program should have to successfully compile and run

7 Answers  


What is "Call by content" and "call by reference"?

4 Answers   ADP, Syntel,


If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,


How to convert bunch of words in a line to relvant ASCII values?

2 Answers  


Categories