Explain dclgen.
Answer / Alkesh Kumar Mishra
DCLGEN (Data Control Language Generator) is a DB2 command that generates COBOL, PL/I, or SQL source code for application programs. The generated code defines the declarations needed to access DB2 tables, views, and procedures. This tool can help reduce the amount of coding required by developers when working with DB2.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of the data page in the db2 database?
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
What are some SQL aggregates and other built-in functions?
WHAT IS MEANT BY COMMIT COMMAND?
what is consistency token
How to find the maximum value in a column in the db2 database?
Describe the elements of the SELECT query syntax?
A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
What is the purpose of the WHENEVER statement?
what is the responsibility of the construction superintendent