- Configure Visual Studio for PL/I development.
The default settings in
Enterprise Developer are settings aimed at Mainframe Subsystem Application development. You can check and fine-tune them as follows:
- Directives scanning of files added to the project - find more info about the
PL/I file scanning preferences.
- Editor productivity and colorization - check the preferences for
PL/I.
- Create a Mainframe Subsystem Application project for
PL/I.
- Add your source files - see how
here.
- Configure the project's properties -
click here.
- Edit your source files - see some
tips.
- Build your application.
- Debug your application -
Enterprise Developer comes with a testing environment for applications that run in Enterprise Server.
Further, to get familiar with the process of developing PL/I applications in
Enterprise Developer, Micro Focus recommends that you check the following: