> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/actions/mainframe/launch-mainframe.md).

# Launch mainframe

This is pre-built Action located under the Mainframe List Element Name. It instructs the Avo Assure Client to launch the mainframe by giving emulator path and emulator type in the Input Value.

{% hint style="info" %}
**Note:** When automating Mainframe this is first step that needs to be added to execute testcase.
{% endhint %}

### **Syntax**

**Input:** `<EmulatorPath>;<EmulatorType>`

* **Emulator Path:** This Argument will accepts the Path of the Emulator (BlueZone, EXTRA, Rumba, PCOM, HOD).
* **Emulator Type:** This Argument accepts the type, it can be name of the Emulator for which this Action is working.

**Output:** `<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)`

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2F0xEpIpcCxWsisFwVGf5T%2Fimage.png?alt=media&amp;token=8c0fe342-da62-41ae-904c-da773a637a78" alt=""><figcaption></figcaption></figure>

### **Usecase/Example**

<figure><img src="https://2174257472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fk8QZzXZMIJSStKAzDSTu%2Fuploads%2FsCQ1fhjk9QHdhRrlr1Dx%2Fimage.png?alt=media&amp;token=eee93b51-7c85-4dfe-aee0-bd3c32fad9de" alt=""><figcaption></figcaption></figure>

### **Scenario**

Consider a scenario where Mainframe Application needs to be automated. For this, the first and most crucial step is to launch the mainframe emulator and the **Launch mainframe** Action is executed with the correct emulator path and type.

This step is essential as it opens the mainframe environment, which subsequent automation steps will interact with.

### **Input**

C:\Users\Desktop\new 2.zmd;BlueZone

### **Expected Result**

This Action needs to Launch the Mainframe application which Emulator path and the type is given.

### **Output**

The Launch Application Action Launches the BlueZone Emulator


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/actions/mainframe/launch-mainframe.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
