Creating HCI connection
To use DevX Explorer in order to work with a mainframe system, you must define a Host Communication Interface (HCI) connection and connect the DevX Explorerto a mainframe system. HCI connections you create are stored in the settings.json file in Visual Studio Code. You can share the settings through the settings.json file across systems. All other functionalities such as edit and delete are performed the same way, and it is reflected in the JSON.
To create a new connection
- In the left navigation, click
(DevX Explorer). The Workbench Explorer page is displayed.
- Click
(Create HCI Connection) present next to Workbench Explorer: Data Sets view. You can also create the HCI connection by using the Workbench Explorer: Create HCI Connection command in the command palette.
In the Connection name field, enter a name for the connection and press Enter.
In the Host name or IP address field, enter the z/OS host system name or IP address that is running HCI or IP address, where HCI has been installed/present, and press Enter.
- In the Port number field, enter the port number to which HCI is assigned.
- In the Choose the connection type field, select one of the following connection types.
- Unsecure (default)
- Secure (auto selection)
Secure (manual selection)
Enter the Host code page used for transferring data. If you do not specify any host code, 1047 is used as the default value.
- From the Credential Provider field, select any of the following options:
- User ID and password: Enter your user ID and press Enter and then enter your password to store your credentials and press Enter again. The HCI connection is created.
- X.509 certificates: You don't have to enter your credentials. The HCI connection is created.