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 |
How do you concatenate the firstname and lastname from emp table to give a complete name?
If the main program has only cobol statements and subprogram has the db2 statements what is the procedure for precompilation. for which program we need to do the precompilation
What are the 4 environments which can access DB2 ?
What is the difference between static and dynamic SQL?
What is a synonym? How is it used?
How do you Load a table ?? and what is Load replace ?
How to know the primary key of a table without defining the primary key in the table?
what is the difference between declaring the cursor in WS section and Procedure division?
What is role in db2?
Why select is not preferred in embedded sql programs?
in db2, already 10 columns arie der, and i want to insert 11th column. what parameters u wil consider for insertion and how will u insert
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?