Includes tutorials that cover basic CICS support, CICS Web services, and Web-enabled CICS support.
Assumptions
These tutorials are written from the perspective that all of the following is true. Specific instructions for setting up your
environment to adhere to these assumptions is found in the
Before you begin these tutorials section that follows:
- The COBOL environment has been set up using the
cobsetenv command.
- Micro Focus Directory Server (mfds) has been activated.
- The Enterprise Server Common Web Administration (ESCWA) feature has been activated on your local machine.
- Enterprise Developer is started on your local machine, and the
Team Developer
perspective and
Application Explorer view are open.
- Eclipse options are set to build projects automatically.
- Eclipse Enterprise Server preferences have been set to automatically start and stop the associated
enterprise server region when debugging, and dynamic debugging is enabled.
- You are using the
Micro Focus
embedded Rumba display TN3270 emulator when instructed to run an application or transaction in TN3270 mode. If you choose to use an alternative
emulator, adjust the instructions to accommodate your software.
- You have addressed all of the items in the
Before you begin a tutorial section below.
Before you begin a tutorial
Before beginning a CICS tutorial, be sure you have addressed each of the following items:
- Start
Enterprise Developer
- Start
Enterprise Developer using the default workspace, which is
$home/workspace. If you need instructions to get
Enterprise Developer started on your local machine, see
To start
Enterprise Developer.
- Open the
Team Developer Perspective and
Application
Explorer View in Eclipse
- When you start
Enterprise Developer for the first time, the
Team Developer perspective starts automatically by default, and shows the
Application
Explorer view. If this is not the case, open the
Team Developer perspective as follows:
- From the Eclipse IDE, click
Open Perspective
.
- On the
Open Perspective dialog box, select
Team Developer (default), and then click
Open.
In addition, the
Enterprise Development Projects system should be loaded in the
Application Explorer view. To confirm this:
- In the
Application Explorer view, you should see the
Enterprise Developer system. If the system is not shown, to load it:
- Right-click in the
Application Explorer view, and then click
Add System(s).
- In the
Add System(s) dialog box, select
ED System and click
OK.
- Expand the top-level
Enterprise Developer entry in the
Application Explorer view.
- Right-click
Enterprise Development Projects; then click
Load Application.
- Otherwise, expand the
Enterprise Developer system. An entry titled
Enterprise Development Projects should appear indicating that the system is loaded.
- Set Eclipse to build automatically
- By default, the Eclipse
Build Automatically option is turned on, which means that Eclipse builds a project automatically each time a change is made. To ensure that this
Build Automatically is turned on:
- From the Eclipse Main Menu, click
Project.
- Do one of the following:
- If the
Build Automatically menu option has a check mark to its left, it is already turned on. No further action is required.
- If the
Build Automatically menu option does not have a check mark to its left, click the option to turn it on.
- Set Enterprise Server debug options
-
- From the Eclipse main menu, click
.
- In the left pane, expand
Micro Focus, and click
Enterprise Server.
- Set the following options to
Always, and then click
Apply and Close:
- Automatically start the associated server
- Automatically stop servers started by Eclipse when closing Eclipse
- Automatically enable dynamic debugging
Sequence
These CICS tutorials are not interdependent and may be done in any order: