What is the use of dclgen in db2?
Answer / Rakesh Kumar Maurya
DCLGEN is a utility program provided with DB2 to generate DDL (Data Definition Language) statements for creating database objects, such as tables and indexes, based on a COBOL copybook.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to find the number of rows in db2 tables?
Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA
Explain about rct.
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?
What is dbrm? When it will be created?
what is sql abend code -801,-802?
What's The Percentage Free Space ?
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.
What is the meaning concurrency in the db2 database?
What is a host variable?
What is the meaning of -805 SQL return code?
wht is d/f between union and joins ?