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

COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

1 Answers   TCS,


When can the USING phrase be included in the call statement ?

2 Answers  


Where the Plan is located in CICS-DB2

2 Answers   IBM,


what is a load module ?

3 Answers   TCS,


How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.

10 Answers  


How to execute a set of JCL statements from a COBOL program?

2 Answers   Patni, Syntel,


what r the types of perform statement

4 Answers  


. How do we cast a variable in COBOL

1 Answers   HSBC,


using redefine can you redefine lower variable size to higher variable size?

3 Answers   Patni,


What is the difference between write & move in COBOL?

3 Answers   CSC, HHB,


Is It Possible to Update or change in VIEW Mode?

5 Answers   CSC,


i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19

2 Answers  


Categories