Summary: Module 6
In this module, you have modified the Eclipse plug-in project from Module 5 to customize the view of COBOL container members with a decorator, and label each RAM with either Connected or Disconnected tags.
Results
You can run or debug your plug-in project now. Do the following while still in the testing workspace to verify the functionality of your plug-in:- Open the z/OS Projects perspective.
- Open the CARMA Developer view by selecting from the main file menu, Window (on Windows) or IBM® Developer for z/OS® (on macOS) > Show View > CARMA Developer. The view should open.
- Expand the host system. You should see each of the RAMs on the host system marked with a label " - (Disconnected)."
- Right click one of the RAMs containing .cbl files and select Connect. When CARMA has connected to the RAM, you should see the label change to " - (Connected)."
- Lastly, expand the RAM until you see the individual COBOL members within the RAM. The icon for these members should be the particular image that you specified.