i have cobol+ db2 program but it contains n number of
subprograms for this how many dbrm members i need to
mention in bind process
Answers were Sorted based on User's Feedback
Basically n+1, one for the main programs and n for n sub
programs.
| Is This Answer Correct ? | 4 Yes | 0 No |
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?
what is a trigger and types of triggers
When reorg is used?
What is with ur in db2?
What is query for your birthday date should be in hours,minute and seconds format?
what is commit & rollback? When and where is used while compiling a cobol-db2 program?
Can one database have multiple instances?
select distinct(empid),distinct(dept),name from EMP will the above query work?
What is page size in db2?
Is Cursor exicutable ?
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?