wht happens if we dnt give scope terminator ?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What does the INITIALIZE verb do?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
What are the different forms of EVALUATE statement?
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
when COMP-3 is preferrable?
In EBCDIC, how would the number 1234 be stored?
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
What is a scope terminator give example?
plz any one tell clearly the justify right clause?
Should I use STOP RUN in the sub program??why?