> For the complete documentation index, see [llms.txt](https://open-mainframe-project.gitbook.io/mainframe-open-education-project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://open-mainframe-project.gitbook.io/mainframe-open-education-project/chapter-2-mainframe-101-foundational-technology/job-control-language-and-system-display-and-search-facility/utilities.md).

# Utilities

Utilities are simple programs or pre-written programs which perform commonly needed functions

Utilities are widely used by system programmers and application developers to achieve day-to-day requirements, organizing and maintaining data.

There are two types of utility they are dataset utilities and system utilities&#x20;

**Dataset utilities:**

* Used to perform the task on the dataset
* Name start with IEB
* IEBCOPY, IEBEDIT, IEBCOMPR, IEBGENER are the few dataset utilities

**System utilities:**&#x20;

* Used to perform the task on system Maintenace
* Name starts with IEH
* IEHMOVE, IEHLIST, IEHPROGM are the few System utilities

**Common JCL DD names:**

* **SYSUT1**: Input file
* **SYSUT2:** Output file
* **SYSUT3:** Work file for input (SYSUT1)
* **SYSUT4:** Work file for output (SYSUT2)
* **SYSIN:** Used to pass parameters for the utility
* **SYSOUT:** Output file for message from utility
* **SYSPRINT:** Output file printed output from utility
* **SYSUDUMP:** It's an output file for a system dump if program fails


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://open-mainframe-project.gitbook.io/mainframe-open-education-project/chapter-2-mainframe-101-foundational-technology/job-control-language-and-system-display-and-search-facility/utilities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
