Getting started with CICS Transaction Gateway
This chapter is intended for users who have no previous experience with the CICS® Transaction Gateway.
In this chapter you will install and configure CICS Transaction Gateway and run your first application. This scenario is designed to get you up and running as quickly as possible with a standard configuration. You can then build on this experience by running the other scenarios described in this documentation.
This exercise will show you how to install, configure and run CICS TG on Windows, configure a connection to a CICS Transaction Server and run a sample application.
The Java™ sample program EciB3 runs in the client environment and passes a request to CICS TG to run the sample application EC03 on the CICS Transaction Server. EC03 will return some data to EciB3 which is then displayed on your console.