InterviewSolution
Saved Bookmarks
| 1. |
In Db2, Is It Always Mandatory To Use Dclgen? If Not, Why Would You Use It At All? |
|
Answer» It is not always MANDATORY to use DCLGEN USING DCLGEN, helps detect wrongly spelt column names etc during the pre- compile stage itself ( because of the DECLARE TABLE ) DCLGEN being a tool, would GENERATE accurate host variable definitions for the table reducing CHANCES of error. It is not always mandatory to use DCLGEN Using DCLGEN, helps detect wrongly spelt column names etc during the pre- compile stage itself ( because of the DECLARE TABLE ) DCLGEN being a tool, would generate accurate host variable definitions for the table reducing chances of error. |
|