---
title: "What are the advantages of using a PACKAGE?"  
description: "What are the advantages of using a PACKAGE?"  
author: "Anonymous User"  
published: 2011-03-28  
updated: 2020-09-11  
canonical: https://www.mindstick.com/interview/646/what-are-the-advantages-of-using-a-package  
category: "db2"  
tags: ["db2"]  
reading_time: 1 minute  

---

# What are the advantages of using a PACKAGE?

**Advantages of using a PACKAGE**\
1. Avoid having to bind a large number of DBRM members into a plan \
2. Avoid cost of a large bind \
3. Avoid the entire transaction being unavailable during bind and automatic rebind of a plan \
4. Minimize fallback complexities if changes result in an error.

## Answers

### Answer by Anonymous User

**Advantages of using a PACKAGE**\
1. Avoid having to bind a large number of DBRM members into a plan \
2. Avoid cost of a large bind \
3. Avoid the entire transaction being unavailable during bind and automatic rebind of a plan \
4. Minimize fallback complexities if changes result in an error.


---

Original Source: https://www.mindstick.com/interview/646/what-are-the-advantages-of-using-a-package

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
