Skip to content

Commit 38df886

Browse files
committed
edits
1 parent c02bbe0 commit 38df886

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/connectors/integrate-ims-apps-ibm-mainframe.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.author: hcampos
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
1010
ms.date: 04/02/2025
11+
12+
#customer intent: As a developer, I want to use the IBM IMS connector so I can integrate IMS programs with Standard workflows in Azure Logic Apps.
1113
---
1214

1315
# Integrate IMS programs on IBM mainframes with Standard workflows in Azure Logic Apps
@@ -18,7 +20,7 @@ To access and run IBM mainframe apps on Information Management System (IMS) syst
1820

1921
This how-to guide describes the following aspects about the IMS connector:
2022

21-
* Why use the IMS connector in Azure Logic Apps
23+
* Scenarios for using the IMS connector in Azure Logic Apps
2224
* Prerequisites and setup for using the IMS connector
2325
* Steps for adding IMS connector actions to your Standard logic app workflow
2426

@@ -32,7 +34,7 @@ This how-to guide describes the following aspects about the IMS connector:
3234

3335
To create this HIDX file, [download and install the Host Integration Server (HIS) Designer for Azure Logic Apps](https://aka.ms/his-designer-logicapps-download). The only prerequisite is [Microsoft .NET Framework 4.8](https://aka.ms/net-framework-download).
3436

35-
To invoke a mainframe program, your workflow needs to understand the mainframe program's type, parameters, and return values. The IMS connector manages the process and data conversions, which are required for providing input data from the workflow to the mainframe program and for sending any output data generated from the mainframe program to the workflow. The connector also provides tabular data definition and code page translation. For this process, Azure Logic Apps requires that you provide this information as metadata.
37+
To invoke a mainframe program, your workflow needs to understand the mainframe program's type, parameters, and return values. The IMS connector manages the process and data conversions. The conversions are used to provide input data from the workflow to the mainframe program and to send any output data generated from the mainframe program to the workflow. The connector also provides tabular data definition and code page translation. For this process, Azure Logic Apps requires that you provide this information as metadata.
3638

3739
To create this metadata, use the [HIS Designer for Logic Apps](/host-integration-server/core/application-integration-ladesigner-2). With this tool, you can manually create the methods, parameters, and return values that you can use in your workflow. The tool also allows you to import COBOL or RPG program definitions (copybooks) that provide this information.
3840

@@ -46,7 +48,7 @@ This how-to guide describes the following aspects about the IMS connector:
4648

4749
Currently, the IMS connector requires that you upload your HIDX file directly to your Standard logic app resource, not an integration account.
4850

49-
## Explore the IMS connector
51+
## Explore the IMS connector and usage scenarios
5052

5153
IMS systems were one of the first mission-critical systems to run on mainframes. Microsoft [Host Integration Server (HIS)](/host-integration-server/what-is-his) provides connectivity to IMS systems by following two models: IMS Connect and APPC LU6.2. Customers have used the HIS Transaction Integrator (TI) to integrate their IMS systems with Windows on-premises for many years. The **IMS Program Call** connector uses the IMS Connect model to interact with IMS transaction programs through TCP/IP.
5254

@@ -58,11 +60,9 @@ To extend these hybrid cloud scenarios, the IMS connector in a Standard workflow
5860

5961
After you generate the metadata file as a Host Integration Designer XML (HIDX) file from the HIS Designer, you can add that file as a map artifact to your Standard logic app resource. That way, your workflow can access your app's metadata when you add an IMS connector action. The connector reads the metadata file from your logic app resource, and dynamically presents the parameters to use with the IMS connector in your workflow. You can then provide parameters to the host application, and the connector returns the results to your workflow. As a result, you can integrate your legacy apps with Azure, Microsoft, other apps, services, and systems that Azure Logic Apps supports.
6062

61-
## Connector technical reference
62-
63-
This section describes the available operations for the IMS connector. Currently, only one action is supported:
63+
## Review the IMS connector technical reference
6464

65-
### Call an IMS program
65+
Currently, one operation is available for the IMS connector: **Call an IMS program**. The following table summarizes the usage for this action:
6666

6767
| Parameter | Required | Type | Description |
6868
|-----------|----------|-------|-------------|
@@ -80,9 +80,9 @@ After you download and install the HIS Designer for Azure Logic Apps, follow [th
8080

8181
For your workflow to use the HIDX file, follow these steps:
8282

83-
1. Go to the folder where you saved your HIDX file, and copy the file.
83+
1. Browse to the folder where you saved your HIDX file, and copy the file.
8484

85-
1. In the [Azure portal](https://portal.azure.com), [upload the HIDX file as a map to your Standard logic app resource](../logic-apps/logic-apps-enterprise-integration-maps.md?tabs=standard#add-map-to-standard-logic-app-resource).
85+
1. Go to the [Azure portal](https://portal.azure.com), and upload the HIDX file as a map to your Standard logic app resource](../logic-apps/logic-apps-enterprise-integration-maps.md?tabs=standard#add-map-to-standard-logic-app-resource).
8686

8787
1. Continue to the next section to [add an IMS action to your workflow](#add-an-ims-action).
8888

@@ -94,7 +94,7 @@ Follow these steps to add an IMS action:
9494

9595
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app resource and workflow in the designer.
9696

97-
1. If you haven't already added a trigger to start your workflow, follow [these steps to add the trigger that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger).
97+
1. If you don't have a trigger to start your workflow, follow [these steps to add the trigger that you want](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger).
9898

9999
This example continues with the **Request** trigger named **When a HTTP request is received**:
100100

@@ -116,7 +116,7 @@ Follow these steps to add an IMS action:
116116
| **Password** | No | <*password*> | The optional user password for connection authentication. |
117117
| **Port Number** | Yes | <*port-number*> | The port number to use for connection authentication. |
118118
| **Server Name** | Yes | <*server-name*> | The server name. |
119-
| **Timeout** | No | <*time-out*> | The timeout period in seconds while waiting for responses from the server. |
119+
| **Timeout** | No | <*time-out*> | The time-out period in seconds while waiting for responses from the server. |
120120
| **User Name** | No | <*user-Name*> | The optional username for connection authentication. |
121121
| **Use TLS** | No | True or false | Secure the connection with Transport Security Layer (TLS). |
122122
| **Validate Server certificate** | No | True or false | Validate the server's certificate. |
@@ -149,7 +149,7 @@ Follow these steps to add an IMS action:
149149

150150
## Test your workflow
151151

152-
Follow these steps to test your workflow:
152+
Follow these steps and test your workflow:
153153

154154
1. To run your workflow, on the designer toolbar, select **Run** > **Run**.
155155

0 commit comments

Comments
 (0)