Skip to content

Commit 656414e

Browse files
committed
adjust steps per reviewer
1 parent 669137f commit 656414e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

articles/connectors/integrate-host-files-ibm-mainframe.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This how-to guide describes the following aspects about the **IBM Host File** co
2424
* Prerequisites and setup for using the **IBM Host File** connector
2525
* Steps for adding the **IBM Host File** connector actions to your Standard logic app workflow
2626

27-
## Explore the IBM Host File connector and usage scenarios
27+
## Review the connector usage scenarios
2828

2929
On IBM mainframes, *access methods*, which are special components in the operating system, handle file processing. In the 1970s, Virtual Storage Access Method (VSAM) was built and became the most widely used access method on IBM mainframes. VSAM provides specific types of files, including entry-sequenced datasets, key-sequenced datasets, and relative record datasets.
3030

@@ -154,16 +154,16 @@ Follow these steps to add a Parse Host File Contents action:
154154

155155
:::image type="content" source="./media/integrate-host-files-ibm-mainframe/parse-host-file-contents-binary.png" alt-text="Screenshot shows the Parse Host File Contents action, dynamic content list, and selecting binary data to read from JSON file in Blob Storage account." lightbox="./media/integrate-host-files-ibm-mainframe/parse-host-file-contents-binary.png":::
156156

157-
1. Now, add another action to handle the result.
157+
The complete **Parse Host File Contents** action looks like the following example:
158+
159+
:::image type="content" source="./media/integrate-host-files-ibm-mainframe/parse-host-file-contents-complete.png" alt-text="Screenshot shows the completed Parse Host File Contents action." lightbox="./media/integrate-host-files-ibm-mainframe/parse-host-file-contents-complete.png":::
160+
161+
1. Now, add another action to handle the result:
158162

159163
This example adds an action to create a file on a File Transfer Protocol (FTP) server by following [these general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action):
160164

161165
:::image type="content" source="./media/integrate-host-files-ibm-mainframe/parse-create-file-on-ftp-server.png" alt-text="Screenshot shows the Parse Host File Contents action, dynamic content list, and selecting to create a file on an FTP server." lightbox="./media/integrate-host-files-ibm-mainframe/parse-create-file-on-ftp-server.png":::
162166

163-
After your configuration, the **Parse Host File Contents** action looks like the following example:
164-
165-
:::image type="content" source="./media/integrate-host-files-ibm-mainframe/parse-host-file-contents-complete.png" alt-text="Screenshot shows the completed Parse Host File Contents action." lightbox="./media/integrate-host-files-ibm-mainframe/parse-host-file-contents-complete.png":::
166-
167167
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
168168

169169
### Test your workflow
@@ -228,16 +228,16 @@ Follow these steps to add a Generate Host File Contents action:
228228

229229
:::image type="content" source="./media/integrate-host-files-ibm-mainframe/generate-host-file-contents-rows.png" alt-text="Screenshot shows the Generate Host File Contents action, dynamic content list, and selecting rows to read and convert from JSON file in Blob Storage account." lightbox="./media/integrate-host-files-ibm-mainframe/generate-host-file-contents-rows.png":::
230230

231+
The complete **Generate Host File Contents** action looks like the following example:
232+
233+
:::image type="content" source="./media/integrate-host-files-ibm-mainframe/generate-host-file-contents-complete.png" alt-text="Screenshot shows the completed Generate Host File Contents action." lightbox="./media/integrate-host-files-ibm-mainframe/generate-host-file-contents-complete.png":::
234+
231235
1. Now, add another action to handle the result.
232236

233237
This example adds an action to create a file on a File Transfer Protocol (FTP) server by following [these general steps](../logic-apps/create-workflow-with-trigger-or-action.md?tabs=standard#add-action):
234238

235239
:::image type="content" source="./media/integrate-host-files-ibm-mainframe/generate-create-file-on-ftp-server.png" alt-text="Screenshot shows the Generate Host File Contents action, dynamic content list, and selecting to create a file on an FTP server." lightbox="./media/integrate-host-files-ibm-mainframe/generate-create-file-on-ftp-server.png":::
236240

237-
After your configuration, the **Generate Host File Contents** action looks like the following example:
238-
239-
:::image type="content" source="./media/integrate-host-files-ibm-mainframe/generate-host-file-contents-complete.png" alt-text="Screenshot shows the completed Generate Host File Contents action." lightbox="./media/integrate-host-files-ibm-mainframe/generate-host-file-contents-complete.png":::
240-
241241
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
242242

243243
### Test your workflow
-7.87 KB
Loading
-7.22 KB
Loading

0 commit comments

Comments
 (0)