Answer Posted / deepika
A DBD also contains other information about accessing tables in the database. DB2 creates and updates DBDs whenever their corresponding databases are created or updated.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
How can you count the number of rows from a table tab?
What is a db2 tablespace?
What is reorg?
What happens in bind step in a db2 program?
What is db2 stogroup?
Explain the benefits you can get from mainframe connect?
What is an instance in db2?
Explain db2.
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?
Define predicate?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is bind and rebind in db2?
Mention the downsides of page level lock.
How to get the ddl of a table in db2?