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 |
Explain dclgen.
Can we install 2 different versions of Db2 on same mainframe?
Q4. How will you get the count of record without using COUNT verb in query?
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
My sql statement select avg(salary) from emp yields inaccurate results. Why?
Comment whether the cursor is closed during commit or not.
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is the difference between drop table and delete table?
what is difference between Plan and Package
Explain what a plan is?
What is the clustering index in the db2 database?
WHAT IS MEANT BY COMMIT COMMAND?