How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / rajni
in-stream procedures 15
catalog procedures 255.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
) how do u code after getting data?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Name the sections present in data division.
What is length is cobol?
How do you reference the following file formats from cobol programs?
Which division and paragraphs are mandatory for a COBOL program?
How do get the result of your program directly on your pc?
What is rmode(any) ?
When is inspect verb is used in cobol?
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.
What are the different rules to perform a Search?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how do you reference the printer file formats from cobol programs
Why would you use find and get rather than to obtain?