How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / karimulla
15 instream procedures are coded,255 catalog procedures are
coded
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is report-item in COBOL?
) what is the difference between AID and HANDLE AID?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Explain the configuration section of a cobol program with examples of syntax.
What rules are followed by the search verb.
Have you used comp and comp-3 in your project? And how?
What is inspect in cobol ?
What is the utilization of copybook in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Explain what you understand by passing by value.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.