What are the advantages of using a PACKAGE?

Answers were Sorted based on User's Feedback



What are the advantages of using a PACKAGE?..

Answer / s

Packages are single bound DBRMs which contains SQL
statements of a single application program or subroutine.
Before the application program can be executed, you need to
bind a plan. The plan can be bound with DBRM members and/or
Package list. Without the use of packages, if there is any
change made to the program, even if there are no changes to
the SQL, the whole plan need to bound which cause
unavailabilty of the plan and it is resource intensive
since all the unrelated DBRMs are also need to be bound.
With the use of packages, only the package need to be bound
without the need to bind the plan. Also bind parameters can
be specified at package level rather than plan level

Is This Answer Correct ?    6 Yes 2 No

What are the advantages of using a PACKAGE?..

Answer / guest

First u need to know the concept precompliation and
compliation process of db2 cobol program...

the maina dvange of pakage is, supose u have cobol db2
program, this prgoram is using 4 sub programs. if any one
of the sub programs undergoes changes u need to precompile
the main program. this can avoided by using the pakage
concept.

so u need to create one pakage for on sub program. if any
sub programs undergoes any change, u need to compile only
sub program.

Filnally one program will have one pakage and one DBRM lib.

Is This Answer Correct ?    9 Yes 6 No

Post New Answer

More DB2 Interview Questions

What is meant by explain?

1 Answers  


what are the max. & min. no. of partitions allowed in a partition tablespace?

2 Answers   IBM,


What is a data page?

1 Answers  


Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?

1 Answers  


Give some example of statistics collected during RUNSTATS?

1 Answers  


What is Call attach facility? How does it work?

1 Answers   Syntel,


What is the purpose of the SDSNLOAD dataset in the STEPLIB while running DB2 programs?

2 Answers  


how to copy the host variables from ps file into cobol program other than include statement

1 Answers   Syntel,


What are union and union all?

1 Answers  


Is ibm db2 free?

1 Answers  


What do you mean by cursor?

1 Answers  


What are the benefits of using the db2 database?

1 Answers  


Categories