Skip to content

DBzTech-Technology Dossier

A repository of technical findings.

Menu
  • Home
  • COBOL
  • DB2
  • SAS
  • JCL
  • Google Cloud
  • AI
  • Contact
Menu

Identity Column in DB2

Posted on June 15, 2024May 16, 2026 by DBZtech

This identifier is a number that is updated sequentially as new records are added. In DB2, this feature will automatically generate the values. The values for an identity column can be generated…

Database Objects in IBM DB2

Posted on June 15, 2024 by DBZtech

A database is an organized collection of related objects. Broadly the database objects can be classified as :TablesAliasesSynonymsViewsIndexesTable spacesIndex spacesDatabasesStorage groups. In this post we will see types of tables. In subsequent…

What is SMS in mainframe ? -Understanding z/OS Storage Management Subsystem (SMS)

Posted on June 30, 2015May 16, 2026 by DBZtech

Introduction: The Storage Management Subsystem (SMS) automates the use of storage for data sets.  The system is not aware of how much space a dataset will need, where it will be stored(Disk…

Posts pagination

Previous 1 … 6 7

🔥 POPULAR WITH READERS

What Others Are Reading

    🔍 DEBUG CHALLENGE

    Spot the SQL Performance Killer

    Which line in this DB2 query will cause a costly full table scan instead of using the index?

    1: SELECT EMP_ID, SALARY 
    2: FROM EMPLOYEE 
    3: WHERE YEAR(HIRE_DATE) = 2026;
    ©2026 DBzTech-Technology Dossier | Design: Newspaperly WordPress Theme