What is a scope terminator? Give examples.

Answers were Sorted based on User's Feedback



What is a scope terminator? Give examples...

Answer / aji cherian

If.. end-if
Perform .. end-perform
read... end-read
evaluate... end-evaluate etc...

Is This Answer Correct ?    10 Yes 1 No

What is a scope terminator? Give examples...

Answer / vampire

"."
stop-run
exit
end-if
exit
end-evaluate
end-search
end sort

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More COBOL Interview Questions

01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy

13 Answers   HSBC,


What is the use of EVALUATE statement?

4 Answers   Tesco,


Why occurs cannot be used in 01 level in COBOL?

0 Answers   Arigo Infotech,


which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

1 Answers  


What guidelines should be followed to write a structured Cobol program?

1 Answers  






I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.

7 Answers   Amdocs,


i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?

12 Answers  


hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...

1 Answers   ITC Infotech,


why do u need inspect verb?

3 Answers   Patni,


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

0 Answers  


88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above

5 Answers   TCS,


created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?

2 Answers   HCL,


Categories