How to design maps
Answer / prabhu
by using dfhmdi macro we can design map
dfhmdi means datafacility highrar key map definition
syntax
mapname dfhmdi size=(24,80),
line=1,
column=1
| Is This Answer Correct ? | 1 Yes | 0 No |
What is CHECK PENDING ?
What is cascading rollback?
What is the STOSPACE Utility used for?
what is the responsibility of the construction superintendent
What is the difference between primary key & unique index ?
if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..
What is buffer pool?
What is runstats and reorg in db2?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
What db2 400?
Is db2 a programming language?
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?