Answer Posted / s
DCLGEN reads the catalog tables and generates DECLARE TABLE
statements and host language data structures that are used
to receive the data. These DECLARE TABLE statements are
used by the precompiler to check the syntax of the SQL
statement.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Mention some fields that are a part of sqlca.
What is the syntax for creating a table in the db2 database?
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 ?...
What are the different types of base tables?
What is ibm db2 client?
List down the data types in the db2 database.
Why do we bind in db2?
How to find the number of rows in db2 tables?
How do I connect my db2 database to ibm?
Can we insert update delete in view?
Give the name of some fields form sqlca.
Mention the definition of cobol in varchar field.
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is catalog database in db2?