DB2 defined and managed spaces should be the choice by default. It is the easier of these solutions and is adequate for most table and index spaces in the majority of situations.

User defined table spaces provide more control of the data set placement and all VSAM definition options are available. Examples of where user defined table spaces may be required are:

Table spaces that require specific DFSMS classes

Table spaces with critical performance and availability requirements

(In general, table spaces with special requirements)

3.3.1DB2 Defined and Managed

Figure 1 on page 14 shows an example of a DB2 defined table space. The CREATE TABLESPACE resolves the physical allocation and defines this table space to DB2. The STOGROUP DSN8G610 defines a set of volumes for the data set and PRIQTY specifies the size in KB. Indexes are created with a CREATE INDEX statement. The CREATE INDEX statement defines both the index and the associated index space. The CREATE INDEX also loads the index with entries that point to the data (index rows) unless the DEFER YES parameter is specified.

CREATE TABLESPACE PAOLOR11

IN DSN8D61A

USING STOGROUP DSN8G610

PRIQTY 20

SECQTY 20

ERASE NO

LOCKSIZE ANY LOCKMAX SYSTEM

BUFFERPOOL BP0

CLOSE NO

CCSID EBCDIC;

Figure 1. Creating a STOGROUP Defined Table Space

3.3.2 User Defined and Managed

Two steps are required to create user defined table spaces or index spaces.

1.The physical allocation is done with an IDCAMS DEFINE CLUSTER; this is shown in Figure 2 on page 14.

DEFINE CLUSTER -

( NAME(DB2V610Z.DSNDBC.DSN8D61A.PAOLOR1.I0001.A001) -

LINEAR - REUSE - VOLUMES(SBOX10) - RECORDS(4096 50) - SHAREOPTIONS(3 3) ) -

DATA -

( NAME(DB2V610Z.DSNDBD.DSN8D61A.PAOLOR1.I0001.A001) ) - CATALOG(DS2V6)

Figure 2. User Defined Table Space: Step 1—Define the Cluster

2.The table space or index space must be defined to DB2. An example is shown in Figure 3 on page 15. It must be noted that the high level qualifier, the

14Storage Management with DB2 for OS/390

Page 36
Image 36
IBM 5655-DB2, 5695-DF1 manual 1 DB2 Defined and Managed, User Defined and Managed

5695-DF1, 5655-DB2 specifications

IBM 5655-DB2 and 5695-DF1 are significant components within the IBM software ecosystem, predominantly focusing on data management and integration solutions. These offerings cater primarily to enterprise environments that require robust database management systems and associated frameworks to maintain and manipulate data efficiently.

IBM 5655-DB2 is a well-known relational database management system (RDBMS) that excels in managing large volumes of structured data. Its architecture is designed to support high availability, scalability, and performance, crucial for businesses operating in today’s data-driven world. Some of its main features include advanced indexing capabilities, support for complex queries, and dynamic workload management. Additionally, it provides strong concurrency controls, which enable multiple users to access and manipulate data simultaneously without compromising data integrity.

One of the key characteristics of DB2 is its support for various data types, including JSON and XML, making it versatile for modern applications that generate data in diverse formats. It also features robust security mechanisms to protect sensitive data, aligning with compliance standards across industries. Integration with analytics tools further allows businesses to derive insights from their data, enhancing decision-making processes.

On the other hand, IBM 5695-DF1, also known as the InfoSphere DataStage, is a powerful data integration tool that facilitates the extraction, transformation, and loading (ETL) of data from various sources to target systems. It empowers organizations to streamline their data flows, ensuring that clean, consistent information is available for analysis and operational use. Key features of 5695-DF1 include a user-friendly graphical interface that enhances developer productivity and a rich set of connectors for numerous data sources, enabling seamless data integration.

DataStage also supports real-time data integration, allowing businesses to keep their data synchronized across multiple platforms. Its parallel processing capabilities dedicatedly optimize performance, enabling organizations to handle vast datasets efficiently. It incorporates data quality tools that help in validating and cleansing data before it is used for decision-making processes.

Both IBM 5655-DB2 and 5695-DF1 are part of a broader strategy to accommodate the evolving landscape of data management. Businesses leverage these technologies to enhance their data architectures, fostering agility and competitive advantage in their respective markets. Their integration capabilities, along with a focus on security and scalability, position them as vital assets in modern enterprise environments. Whether managing critical data within a database or ensuring seamless data flow across systems, these IBM offerings provide a comprehensive approach to handling complex data challenges.