Mainframe Modernization Connection Profiles

The following topic describes the connection profile parameters for mainframe modernization platforms and services.

Micro Focus Connection Profile Parameters

The following table describes Micro Focus connection profile parameters.

Parameter

Description

MFBSI Directory Path

Defines the directory path of the Micro Focus Batch Scheduler Integration (MFBSI) configuration file. The temporary files JOBnnnnn.Sem and JobId.Log are stored here.

This folder must be accessible for the Micro Focus Batch Scheduler Integration JCL (MFBSIJCL) file to run.

  • UNIX/Linux: /home/esuer/ES/mfbsi/ESBMC1

  • Windows:  C:\MicroFocus\ES\mfbsi\ESBMC

MFBSI Config Path

Defines the file path of the MFBSI configuration file.

Runtime Environment

Defines the path of the runtime environment, as follows:

  • UNIX/Linux: . <Micro Focus Visual COBOL directory>/bin/cobsetenv

  • Windows: "<Micro Focus Enterprise Developer directory>\createenv.bat"

Additional Micro Focus Settings Script

(Optional) Defines the path to a script file that contains additional variables for the job.

The variables in the script file are defined in the following format:

  • UNIX/Linux:

    Copy
    export VAR1=VAR1VAL
    export VAR2=VAR2VAL
  • Windows

    Copy
    set VAR1=VAR1VAL
    set VAR2=VAR2VAL

Run As

(Optional) Defines the user that runs the job.

Password

(Optional) Defines the password of the user that runs the job.