How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / jay
Max 15 in-stream procedures can
be codeed in a job
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how do you define single dimensional array and multidimensional array in your cobol?
What are all the divisions of a COBOL program?
What are declaratives and what are their uses in cobol?
What is the local-storage section?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the different data types in cobol?
What is the Purpose of Pointer in the string?
What are the pertinent COBOL
What is cobol?
What are various search techniques in cobol? Explain.
What are the access modes of START statement?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is a SSRANGE and NOSSRANGE?
Explain how to differentiate call by context by comparing it to other calls?