What is a host variable?
Answers were Sorted based on User's Feedback
Answer / s
Host Variables are data structures used to recieve column
values from the table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Host variable is a cobol equivalent variable for a table column.
| Is This Answer Correct ? | 0 Yes | 0 No |
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
How to take backup of table in db2?
What is the syntax for FETCH in DB2 ?
What is a view? Why use it?
What are the various locks available?
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What is a cursor and what is its function?
How is a typical DB2 batch program executed ?
Is it mandatory to use DCLGEN? If not, why would you use it at all?
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
How to compare data between two tables in db2?
How can record locking be achieved in those DB2 versions which do not support it?