RD/z Deploying and Testing a simple Java project

From CICS Wiki

Jump to: navigation, search

Contents


Articles in the RD/z series:


Overview

This article will guide the reader through deploying the sample application to the mainframe.

Exporting the project

The first step would be to select Export from the project dropdown menu. Right click the project and select Export.


Verify the outcome

Once the export has finished - we will switch perspectives to the z/OS Perspective and verify that the files made it all the way to the HFS location we indicated.


Testing the application

Once the export has been verified - sign on to the CICS region where the resources were prepared and execute the transaction that was defined. In our case the transaction was JHE3. On a clear screen - type in JHE3 and enter.


The Java project is now working and can be extended. Keep in mind that every class will need a new program definition.