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 |
What happens in bind step in a db2 program?
where can we use index and subscript ? with example ?
I use CS and update a page. Will the lock be released after I am done with that page?
What is reorg in DB2
How to create a table using embedded sql?
What is correlated subquery?
Explain about dbrm.
how to fetch first 100 rows in db2
What if we try to insert the base table through updatable view , but failed to give a column value which is defined as NOT NULL.
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
What is DCLGEN?
What is a bind card?