wht happens if we dnt give scope terminator ?

Answers were Sorted based on User's Feedback



wht happens if we dnt give scope terminator ?..

Answer / rahul

For better readablity, we use scope terminators in the
program.
scope terminator closes are not the executable statements.
Nothing will happen to the program by not using these
terminators.

Is This Answer Correct ?    7 Yes 1 No

wht happens if we dnt give scope terminator ?..

Answer / renga

For Inline Perform and End-evaluate scope terminator is
mandatory. So it will result in compilation err. For others
the program logic will got impacted.

Is This Answer Correct ?    3 Yes 2 No

wht happens if we dnt give scope terminator ?..

Answer / prachi

exapamples of scope terminators are end-if for if statement
end-evaluate for evaluate function. So if we dont give end-
if when we are using if statement ...it willl throw
compilation error..So scope terminator is needed to end the
loop..if we dont give scope terminator it will throw
compilation error...

Is This Answer Correct ?    3 Yes 5 No

wht happens if we dnt give scope terminator ?..

Answer / venu

the program will not be executed successfully

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More COBOL Interview Questions

period is missing in the cobol program which error we getting

5 Answers   TCS, Tesco,


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

0 Answers  


Where the Plan is located in CICS-DB2

2 Answers   IBM,


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

11 Answers   ABC, Societe Generale,


What do you understand by psb and acb?

0 Answers  






In COBOL, what is the different between index and subscript?

0 Answers   TryTechnicals Pvt Ltd,


01 A pic 9(100) find record length of it

6 Answers   TCS,


record length in spool?

2 Answers   Infosys,


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

0 Answers   IBM,


how to change picture class of copy book variable inside program?

2 Answers  


Can we put move statement in COBOL copybook

3 Answers   Global Logic,


is it possible to rename 01 level?

4 Answers  


Categories