what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / khamuruddin mohammed
Indentification Division
program-id
That's it..pgm will compile with the above 2 lines
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
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.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Differentiate between structured cobol programming and object-oriented cobol programming.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Explain about different table spaces.
Have you used comp and comp-3 in your project? And how?
What is the difference between Global and External Variables?
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 to know whether the module is dynamical or statistical?
Which Search verb is equivalent to PERFORM…VARYING?
explain sorting techniques in cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the different rules of SORT operation?
What are the various section in data division and briefly explain them.
What is static and dynamic call in cobol?