User configuration files
Wazi Developer for Eclipse provides a set of user configuration files that you can use to set up the environment for your system.
User configuration files are stored in the workspace_location\project directory, where workspace_location is the path to your workspace. You can create more configuration files and store them in this location.
The following user configuration files are stored in the workspace_location\project directory:
- JCL configuration file
- Preferences file
JCL configuration file
The bbsjcl.cfg file is a configuration file for submitting z/OS® UNIX System Services JCLs. This file contains a set of three JCL segments for each system that you want to submit a z/OS UNIX JCL to. You must delimit each z/OS UNIX JCL segment by [systemname,no], where systemname is the name of your MVS™ system, and no is 0 (joblib), 1 (start msg), or 2 (complete msg). The z/OS UNIX JCL segments are included in the generated JCL based on the name of the system that the JCL is submitted to.Preferences file
By default,Wazi Developer for Eclipse provides a set of preferences in the tpf_pref.xml configuration file. This file is in the install_location\Config\TPFSHARE directory, where install location is the location where you installed Wazi Developer for Eclipse. The settings that are contained in this file are intended as default enterprise-level settings.You can use the z/OS UNIX Subprojects preference pages to specify user settings that customize only your workspace. The user settings that you define are stored in the tpf_pref.xml file in the workspace_location\project directory. You can use this directory to store other configuration files that you create for Wazi Developer for Eclipse. For example, when you are using the Menu Manager, you can create new menus and actions and save these menu and action definitions in the workspace_location\project directory.