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

i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast

4 Answers   L&T,


Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.

1 Answers  


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


Explain what you understand by passing by value.

0 Answers  


in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 Answers   IBM,






I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?

3 Answers  


i want to enter the name 'pandu' into ur table how?

1 Answers   Fidelity,


how you will define variables length in cobol.

3 Answers   Temenos,


01 a pic s9(5) value '-12345' how it will be stored

7 Answers   ACS,


How can you display the SPOOL information ?

2 Answers  


what is subscript in cobol?give realtime example?

2 Answers   Wipro,


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


Categories