How do you declare a host variable (in COBOL) for an
attribute named emp-name of type VARCHAR(25) ?
Answers were Sorted based on User's Feedback
Answer / kb
Can some one please explain this ... what difference it makes ...
| Is This Answer Correct ? | 0 Yes | 1 No |
What language is db2 written in?
When is the access path determined for dynamic SQL?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What is the physical storage length of each of the following DB2 data types: DATE, TIME, TIMESTAMP?
how to resolve -811
What is the maximum size of varchar data type in db2?
What is load replace in db2?
why we create view.
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
Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?
What are the contents of a DCLGEN?
If we keep the DCLGEN structure for a table in a copybook and include it in the COBOL program using the COPY statement, will there be any impact during compilation or at any stage of program execution?