if i made sme changes in sub pgm wht r the things to be done for this ?
Answer / amarnadh reddy
If that is static call, need to compile main program means
link edit the sub program and main program in compile
time(create only one load module).
If that is dynamic call, compile sub program.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between IN subselects and EXISTS subselect?
How is a typical DB2 batch program executed ?
wht is d/f b/w inner join and outer join ? d/f group by and order by having by ?
What is Reorg Recovery? when will you run it?
Explain in detail about buffer manager and its functionalities?
A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?
How does coalesce work?
What is the difference between oracle and db2?
What is the maximum size of a char data type in db2?
What is access path in db2?
what is dynamic cursor?gives syntax for this?
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?