How is a typical DB2 batch program executed ?
Answer / s
You can use TSO to run a batch program using the TSO
Terminal Monitor Program IKJEFT01 which involes the DSN
command and runs the application program.
| Is This Answer Correct ? | 1 Yes | 0 No |
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
What is a DB2 catalog?
How can you count the number of rows from a table tab?
What is image copy in db2?
How do we specify index to include or not during bind process.
Explain transactions, commits and rollbacks in DB2.
Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?
How do you retrieve the first 5 characters of firstname column of db2 table emp?
How do you retrieve the data from a nullable column?
What is collection in db2 bind?
is there any restrictions for unions ?
What is a view? Why use it?