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

can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

0 Answers  


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

2 Answers   Syntel,


HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?

2 Answers  


How to remove 2 duplicate records and copy only one using job control language?

0 Answers  


u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?

2 Answers   IBM,


how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?

2 Answers   TCS,


How can we know that cobol program is using report file or simple file....?

4 Answers  


SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.

2 Answers   Wipro,


I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?

1 Answers   CTS,


What are some examples of command terminators?

1 Answers  


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


Categories