Mainframe Training Overview
The course covers, in detail, all aspects of using VSAM and IDCAMS that are important to the senior application COBOL programmer in new system development or maintenance. The class lab is designed to provide an in-depth work experience.
The structure of VSAM will be discussed. Each of the three VSAM file types (KSDS, ESDS, RRDS) will be reviewed in detail showing the design and efficiency features of each. The concepts of Control Area (CA), Control Interval (CI), and other space management features will be covered, as will the features of Alternate Indexing (AIX) and alternate index access PATH (PATH).
All file structures will be related to the MVS/ VSAM space allocation and catalogs necessary to support the files. This includes an introduction of DF/EF and ICF catalogs.
IDCAMS will be fully discussed and used. Creating VSAM files using DEFINE CLUSTER will be described for all file types, as well as other IDCAMS functions of DELETE, PRINT, REPRO, LISTCAT, VERIFY and ALTER.
The LISTCAT command will be used to review the VSAM catalog information at critical points in the course.
Mainframe Training Learning Objectives
Upon successful completion of the course, each student will be able to -
- discuss the MVS/VSAM catalog facilities
- discuss how VSAM stores data on disk volumes including Control Intervals / Control Areas
- discuss the procedures VSAM uses for space management and especially free space
- create VSAM files
- create Alternate Indexes, and PATHs
- manipulate VSAM files using IDCAMS access command of REPRO and PRINT
Mainframe Training Audience
The course is intended for Data Processing personnel who will need to learn how to design, allocate, maintain, and access VSAM files using the IDCAMS utility.
Mainframe Training Prerequisites
Students need a working knowledge of MVS JCL and disk dataset organization to fully participate in the class.
A working knowledge of TSO/ISPF will also be helpful in the course workshop.
Mainframe Training Course duration
3 days
Mainframe Training Course outline
Day 1 - VSAM Structures
|
|
I. INTRODUCTION
A. Definitions and Concepts
1. Types of datasets (KSDS, ESDS, RRDS)
2. Alternate Indexes
3. Space management
4. Catalog options
5. Shared datasets
II. DATASET STRUCTURES
A. ESDS - Entry Sequence Datasets
1. Description
2. Control Interval/Control Areas
3. Design options
SPANNED and REUSE/NOREUSE
B. KSDS - Key Sequence Datasets
1. Description
2. Indexes
Where/how stored Key compression
3. Space management
Embedded space
Control Interval splits
Control Area splits
C. RDS - Relative Record Datasets
1. Description
2. DASD layout
3. Record numbers
D. Alternate Indexes
1. DESCRIPTION
2. DASD layout
3. Paths
|
DAY 2 |
|
III. MVS/VSAM DASD FILE CATALOG AND SPACE MANAGEMENT
A. File Catalogs - BCS/VVDS
1. Defining the catalogs and Catalog usage
2. UNIQUE/SUBALLOCATION
3. ICF DF/EF logic
4. Using the LISTCAT output listings
B. EXERCISES
1. Review a LISTCAT output
IV. IDCAMS - ACCESS METHODS SERVICES UTILITY
A. Utility Program Description
B. Define Cluster
C. Other IDCAMS Commands - LISTCAT, ALTER, DELETE, IIERIFY, PRINT, REPRO
D. WORKSHOP
1. Build KSDS cluster
2. Load cluster with REPRO
3. Print selected data with PRINT
|
Day 3 |
|
IV. DCAMS - ACCESS METHODS SERVICES UTILITY (Continued)
E. Extended IDCAMS Commands
1. Define NONVSAM/Generation Dataset Groups
2. Define ALTERNATEINDEX
a. Review options
b. Upgrade processing
c. Unique/Nonunique Keys
3. BLDINDEX
4. Define PATH
F. Workshop
1. Create alternate Index
2. Load Alternate Index
3. Print data using the Alternate Index
V. SYSTEM DESIGN AND PERFORMANCE FEATURES
A. Performance Options
1. Index optimization (IMBED/REPLICATE)
2. Control Interval/Control Area Size selection
3. DASD estimations (FREESPACE/Dataset)
4. Buffering
B. Shared Datasets
1. MVS JCL
2. SHAREOPTSONS
3. VERIFY
4. Multiple-system environments
C. Performance Guideline Check List
|
|