IBM Utilities Exercises
IBM Common Utilities are a suite of powerful system programs provided with the z/OS operating system that allow developers, system programmers, and operations teams to perform essential tasks such as dataset management, file manipulation, system configuration, and automation through simple JCL or TSO commands.
These utilities are designed to be fast, reliable, and deeply integrated into the mainframe environment, making them foundational tools for managing daily operations, supporting application development, and ensuring smooth batch processing across critical business systems.
IEFBR14 Exercises
- Create a new dataset which is cataloged if successful.
- Delete an existing dataset after job completed.
- Create multiple new datasets in one step using IEFBR14
- Create a Dataset Only If It Doesn't Exist (Prevent Overwrite)
IEBGENER Exercises
- Copy a sequential dataset to a new dataset
- Print a dataset to SYSOUT
- Copy a sequential dataset to a member in a PDS
- Concatenate Multiple Datasets into One Output
IEBCOPY Exercises
- Copy all members from one PDS to another using SYSUT.
- Copy all members from one PDS to another with customized DD Name.
- Copy Multiple PDS to One PDS.
- Copy specific members from one PDS to another
- Copy specific members and rename one of the member from one PDS to another
- Copy and replace specific member if exists
- Copy all member except some specified member.
- Compress a PDS to reclaim space
IEBCOMPR Exercises
- Compare two sequential datasets
- Compare two PDS members
IKJEFT01 Exercises
- Run a TSO command to list datasets starting with 'USER'.
- Allocate a dataset using TSO ALLOCATE command
- Delete a dataset using TSO DELETE command
- Run a REXX exec in batch via IKJEFT01
- List catalog entries using TSO command
- Submit the job from exisiting dataset.