Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Db2 13 for z/OS Advanced Database Administration

Price
1,630 USD
16 Hours
CV881G
Classroom Training, Online Training
Db2 13 for z/OS: Advanced Database Administration - Code: CV881G
IBM Business Partner

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 18-Nov-2024 to 19-Nov-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
  • Date: 16-Dec-2024 to 17-Dec-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
  • Date: 13-Jan-2025 to 14-Jan-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
  • Date: 10-Feb-2025 to 11-Feb-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
  • Date: 10-Mar-2025 to 11-Mar-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
  • Date: 7-Apr-2025 to 8-Apr-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
  • Date: 5-May-2025 to 6-May-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
  • Date: 2-Jun-2025 to 3-Jun-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
  • Date: 30-Jun-2025 to 1-Jul-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
  • Date: 28-Jul-2025 to 29-Jul-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 1,630 USD
View Global Schedule

Course Description

Overview

This course introduces advanced database administration skills, including program preparation and the use of packages, online schema changes, partition management, and stored procedures. Performance and availability features of utilities, including LOAD, REBUILD INDEX, REORG, and UNLOAD are covered. 

 

This course does not cover distributed data processing or data sharing.

Objectives

Unit 1: Program Preparation and the Use of Packages - Part 1

•    Describe the significance of the Db2 catalog and directory in the program preparation process and how they interact with Db2 applications

•    Explain the role and components of DCLGEN in program preparation

•    Describe the precompilation process

•    Demonstrate the BIND process

•    Identify common execution time errors in Db2 applications and explain how to troubleshoot and resolve them

•    Demonstrate CREATE, REPLACE, and REBIND packages in Db2 

Unit 2: Online Schema Changes - Part 1

•    Explain the different types of valid and invalid data type changes for Db2 tables

•    Describe the impact of altering a column's data type and steps to mitigate performance degradation

•    Explain the concept of schema versioning in Db2 and the limitations on the number of active versions

•    Demonstrate how to modify indexes by adding columns and describe the restrictions and states *AREO* and RDBP) resulting from them

•    Use REORG and MODIFY RECOVERY to minimize the active versions in Db2 tables and indexes 

Unit 3: Online Schema Changes - Part 2

•    Explain how to view pending schema changes and the role SYSIBM.SYSPENDINGDDL catalog table plays in tracking these changes

•    Explain how to drop columns from a table, the necessary conditions, and the impact on table availability

•    List the steps in converting a classic-partitioned table space to a partition-by-range (PBR) table space

•    Explain the restrictions and considerations of pending changes on Db2 operations, including CREATE INDEX, CREATE TABLE, and DROP TABLE 

Unit 4: Partition Management - Part 1

•    Explain table-controlled partitioning and how to add new partitions using the ALTER TABLE statement

•    Define the ROTATE PARTITION statement and explain its syntax, including the RESET option

•    Execute the ALTER TABLE ROTATE n TO LAST statement and explain how to determine the physical and logical partition numbers

•    Interpret the output of the DISPLAY DATABASE command after partition rotations

•    Perform a ROTATE PARTITION operation and describe the necessary conditions and constraints to ensure data integrity and performance 

Unit 5: Partition Management - Part 2

•    Modify partition boundary keys using the ALTER TABLE … ALTER PARTITION … ENDING AT statement

•    Explain rebalancing partitions in a table-controlled partitioning and how to do it

•    Execute a REORG TABLESPACE … REBALANCE operation 

Unit 6: Stored Procedures - Part 1

•    Describe the purpose and benefits of stored procedures in reducing network traffic and facilitating versatile client/server environments

•    Differentiate between external, native SQL and external SQL stored procedures and their execution environments

•    Create a stored procedure using the CREATE PROCEDURE statement

•    Use the ALTER PROCEDURE and DROP PROCEDURE statements

•    Manage stored procedure execution using the START, STOP, and DISPLAY PROCEDURE commands 

Unit 7: LOAD and REBUILD INDEX

•    Describe the process of running a LOAD utility without parallel index build

•    Explain how to use parallel index build during the LOAD utility and the role of SORTKEYS

•    Perform the REBUILD INDEX utility and explain the SCOPE PENDING option

•    Utilize dynamic allocation for sort work data sets during the REBUILD INDEX process 

Unit 8: REORG

•    Describe the basic flow of the REORG TABLESPACESHRLEVEL NONE process

•    Explain the REORG process with the NOSYSREC option

•    Execute a REORG operation with SHRLEVEL CHANGE, including the LOG phase and management of changes

•    Utilize the SCOPE PENDING option in the REORG TABLESPACE utility

•    Implement the FORCE option in the REORG utility to handle blocking claimers and ensure successful completion 

Unit 9: UNLOAD

•    Describe the purpose and capabilities of the UNLOAD utility

•    Construct an UNLOAD utility control statement to unload data from a specific table space or table using the HEADER, SAMPLE, and LIMIT options

•    Execute the UNLOAD utility in parallel mode for partitioned table spaces

•    Unload data from partitioned and non-partitioned tables spaces into a single data set or multiple data sets 

(Optional) Unit 10: Program Preparation and the Use of Packages - Part 2

•    Demonstrate table mirroring and implement the BIND PACKAGE command to create packages with different qualifiers for identical table structures

•    Diagnose and resolve issues by setting the CURRENT PACKAGESET special register

•    Create and manage multiple versions of a package using the VERSION option in the BIND PACKAGE command

•    Configure plan management settings using the PLANMGMT option in the REBIND PACKAGE command

•    Implement the APRETAINDUP and APCOMPARE options in the REBIND PACKAGE command 

(Optional) Unit 11: Stored Procedures - Part 2

•    Create a native SQL stored procedure using the CREATE PROCEDURE statement

•    Use the VERSION keyword in the CREATE PROCEDURE statement to develop multiple versions of a native SQL stored procedure

•    Implement a versioning strategy for SQL stored procedures

•    Deploy SQL stored procedures across different environments using the BIND PACKAGE command with the DEPLOY option 

Audience

Administrators familiar with Db2 who wish to augment their skill set in administering Db2 13 for z/OS database environment.

Prerequisites

    Before taking this course, you should have: 

    • Familiarity with the z/OS operating system, including TSO, ISPF, and SDSF
    • Familiarity with SQL DML (SELECT, INSERT, UPDATE, and MERGE, as well as DDL statements (CREATE, ALTER, DROP)
    • Basic skills administering a Db2 13 for z/OS database environment, including use of basic utilities, serialization, and basic database security 

Topics

Unit 1: Program Preparation and the Use of Packages - Part 1

 

Unit 2: Online Schema Changes - Part 1

 

Unit 3: Online Schema Changes - Part 2

 

Unit 4: Partition Management - Part 1

 

Unit 5: Partition Management - Part 2

 

Unit 6: Stored Procedures - Part 1

 

Unit 7: LOAD and REBUILD INDEX

 

Unit 8: REORG

 

Unit 9: UNLOAD

 

(Optional) Unit 10: Program Preparation and the Use of Packages - Part 2

 

(Optional) Unit 11: Stored Procedures - Part 2

Recognition

When you complete the Instructor-Led version of this course, you will be eligible to earn a Training Badge that can be displayed on your website, business cards, and social media channels to demonstrate your mastery of the skills you learned here.

Learn more about our Application Developers Badge Program →
Report Studio Foundation IBM Digital Badge

This course is eligible for the Db2 13 for z/OS: Advanced Database Administration - Code: CV881G

2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

Stretch your Training Budget into 2025

Maximize learning well into next year with a flexible pre-paid spending plan.

Learn More Now

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??

Exam Terms & Conditions

??exam-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

If you would like to request a quote for 5 or more students, please contact CustomerService@learnquest.com to be assigned an account representative.

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.