What is the logical entity between plan and Package?
Answer Posted / praveen
plan contains address of package.
package contains data set.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What do you mean by cursor?
How to take backup of table in db2?
What is a db2 tablespace?
What is load utility in db2?
How many databases are there?
What are foreign keys in db2?
What is load replace in db2?
What are the 2 sqlcodes that are returned?
What is dbrm?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
Can you tell me how can you find out the # of rows updated after an update statement?
What is sqlca’s maximum length?
What is dclgen (declaration generator)?
List some fields from sqlca?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?