How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / kishore
only 255.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Name the divisions, which are available in a cobol program?
Explain how to differentiate call by context by comparing it to other calls?
What is static and dynamic call in cobol?
Mention the guidelines to write a structured cobol program?
What is rmode(any) ?
What are different data types in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are literals?
what is search and searchall?what is the diffrence between them?give an best example?
What are the pertinent COBOL commands?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you reference the fixed block file formats from cobol programs
How do get the result of your program directly on your pc?
What is rmode(24)