How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / surya
You are asking procedure divisions in Cobol program or
PROCS in JCL
For Jcl the count is correct(Instream procedure-15)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to print 10 to 1 if the input have only 10 digit number?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Name the sections present in data division.
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.
Can you please let me know the centre name of INS certification in Kolkata.
Explain how you can characterize tables in cobol?
What are the various section in data division and briefly explain them.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
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.
HOw can I get the negative sign while deduct high value from low value
how do you reference the fixed unblock file formats from cobol programs
What is inspect in cobol ?