What is host variable?
No Answer is Posted For this Question
Be the First to Post Answer
is there any restrictions for unions ?
How can you count the number of rows from a table tab?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
What is nvl in db2?
Highlight all the advantages that are attached to a package.
How do I delete a column in db2?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
How do you pull up a query which was previously saved in qmf?
What is dclgen (declaration generator)?
i have table agdet i want first 5 maximum commission which query will you write for this thanks in advance
Which transaction use a command thread ?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?