What is a scope terminator? Give examples.
Answers were Sorted based on User's Feedback
Answer / aji cherian
If.. end-if
Perform .. end-perform
read... end-read
evaluate... end-evaluate etc...
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / vampire
"."
stop-run
exit
end-if
exit
end-evaluate
end-search
end sort
| Is This Answer Correct ? | 1 Yes | 1 No |
What is "Call by content" and "call by reference"?
What is a SSRANGE and NOSSRANGE?
what is internal sort and external sort ? which is preferable ?
what is the default print format? in cobol
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between write & move in COBOL?
In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.
What are the divisions in a cobol program? Which one is the mandatory division among them?
) How do u handle errors in BMS macro?