Validating the Installation

After installation and customization, confirm the connection to the z/OS environment, via the z/Server and Mainframe Access (MFA) software, is correctly configured. Also, check file mappings for certain types of file, to ensure they are executed correctly on the mainframe.
  1. Click Start > All Programs > Micro Focus Enterprise Developer > Enterprise Developer for Eclipse.
  2. Open the workspace that was created during the Getting Started... tutorial.
  3. If the Team Developer perspective is not already displayed, click Window > Open Perspective > Other > Team Developer.
  4. Click the Remote Systems tab.

  5. Create a remote system (mainframe) connection:
    1. On the Remote Systems tab, click , or right-click the Remote Systems pane. If a connection to your mainframe has not been pre-configured and is therefore not listed, choose New > Connection and create the connection manually using the following steps.
    2. Select Micro Focus z/Server, then click Next.
    3. Enter the details of the mainframe that has z/Server and MFA server installed.



    4. Click Next, enter the MFA port number for the installation on the mainframe, and edit the host codepages, as required.

      Note: Your systems administrator will have configured the port during the mainframe installation of the software.
    5. Click Finish.
  6. In the bottom pane, click the File Mappings tab.
    Note: If the File Mappings view is not displayed, click Window > Show View > Other > Remote Systems > File Mappings.
  7. If the following file mappings have not been pre-configured, right-click and choose Add Mapping, then create the following file mappings:
    • Generic Name: *.JCL, Extension: jcl
    • Generic Name: *.COBOL, Extension: cbl
    • Generic Name: *.COPYLIB, Extension: cpy
    • Generic Name: *.ASM, Extension: asm
    • Generic Name: *.MACLIB, Extension: mac
    • Generic Name: *.BMS, Extension: bms
    • Generic Name: *.PLI, Extension: pli
    • Generic Name: *.INCLUDE, Extension: inc
    • Generic Name: *, Extension: txt

    The generic file mapping name "*" must be the last one in the file mappings list. The .pli and .inc extensions are not necessary, if you haven't installed the PL/I sample.

  8. Right-click on the connection in the Remote Systems view and click Connect. You are prompted to log on to the mainframe.
    Tip: The first time you connect, check the box to remember your userid for future logons.
  9. Log on with your normal mainframe user ID and password. The MVS, JES and USS Explorer entries are displayed in green to indicate you have logged on successfully.

  10. If the system has not been added to the Application Explorer view, right-click the Application Explorer view and choose Add System(s).
  11. In the Add System(s) dialog box, select the connection that you just defined, then click OK. The Application Explorer view displays the available applications, one of which is the MVS Projects Sample Application.
  12. Right-click MVS Projects Sample Application and select Load Application.
  13. Expand the application entry, right-click MVS Projects and select Create Data Set Filter.
  14. In the Filter dialog window, enter the filter description Bankdemo Sample Data Sets and the filter criterion userid.BANKVSAM.*, then click OK and expand this defined filter in the tree view. The tutorial's data sets are displayed.

  15. If you have installed and want to use the PL/I Staff Sample application, create an additional filter with the filter criterion userid.STAFF.*.
The installation and verification of the BankDemo tutorial is complete. You are ready to run the application.