You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/connectors/integrate-host-files-ibm-mainframe.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This how-to guide describes the following aspects about the **IBM Host File** co
24
24
* Prerequisites and setup for using the **IBM Host File** connector
25
25
* Steps for adding the **IBM Host File** connector actions to your Standard logic app workflow
26
26
27
-
## Explore the IBM Host File connector and usage scenarios
27
+
## Review the connector usage scenarios
28
28
29
29
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.
30
30
@@ -154,16 +154,16 @@ Follow these steps to add a Parse Host File Contents action:
154
154
155
155
:::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":::
156
156
157
-
1. Now, add another action to handle the result.
157
+
The complete **Parse Host File Contents** action looks like the following example:
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):
160
164
161
165
:::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":::
162
166
163
-
After your configuration, the **Parse Host File Contents** action looks like the following example:
1. When you're done, save your workflow. On the designer toolbar, select **Save**.
168
168
169
169
### Test your workflow
@@ -228,16 +228,16 @@ Follow these steps to add a Generate Host File Contents action:
228
228
229
229
:::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":::
230
230
231
+
The complete **Generate Host File Contents** action looks like the following example:
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):
234
238
235
239
:::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":::
236
240
237
-
After your configuration, the **Generate Host File Contents** action looks like the following example:
0 commit comments