My cobol program(not having any sql statements) is calling
another cobol program ( having sql statements), what is
needed for compilation and run in jcls .
Answer Posted / vidhya
Db2card should be added in the calling program
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is db2 restart?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
How many databases can be created inside an instance in db2 ?
Can you tell me how can you find out the # of rows updated after an update statement?
Which isolation level provides maximum concurrency?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is the usage of open cursor command?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?
How to find schema of a table in db2?
What are the various data types available in db2?
What is cascading rollback?
What is ibm db2 used for?
Differentiate between cs and rr isolation levels? Where do you specify them?
How would the varchar column remarks defined?