what is a collection?
Answers were Sorted based on User's Feedback
Answer / s
Collection is a logical grouping of packages, eg grouping
by application, Grouping by environment like test,
production. It is not a physical object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasad
Hierarchy
Plan
Collection of collections is Plan
Collection
Collection of packages is Collection
Package
Collection of items is Package
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the contents of a DCLGEN?
What do you mean by NOT NULL WITH DEFAULT? When will you use it?
When is the results table for the query in a DECLARE CURSOR statement created?
How to update more then one record using update?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?
What is meant by the attachment facility?
Mention the downsides of page level lock.
How to resolve the -305 error code in DB2? And also please let me know, how to resolve the db2 error codes.
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
Do we have any optinon to search part of integer in DB2 as we have for character Like,SUBSTR optins?
Can you define an Index if the table size less than 10 PAGES?