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
In which area will you utilize 88 level items in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the different rules for performing sort operation?
what are decleratives in cobol?
Explain what you understand by passing by value.
What are different data types in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are the various section in data division and briefly explain them.
what is the use of outrecord?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is perform what is varying?
What are the different data types in cobol?
What is cobol?
What are the cobol coding sheets?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.