These samples show how C# and Visual Basic
.NET clients can make ECI and ESI calls to CICS®.
C#/Visual Basic .NET EciB1 sample
This sample lists the CICS servers defined on a CICS Transaction Gateway, and allows
you to select the CICS server to which an ECI program call is made.
The call is made and the date and time are returned by program EC01.
C#/Visual Basic .NET EciB3 sample
This sample lists the systems defined on a CICS Transaction Gateway, and allows you to
select the one to which an ECI program call is made. The supplied CICS program EC03 is called with
a channel and a single CHAR container. The program updates the channel
by adding new containers. The sample program lists all the containers
that are returned from the EC03 program. The name, type and data contained
within the returned containers is displayed to the console.
C#/Visual Basic .NET EsiB1 sample
This sample lists the CICS servers
defined on a CICS Transaction
Gateway and allows you to select one. Using the ESI API, you then
enter a user ID, and password or password phrase, for verification
on the selected CICS server.
Information about the account being used is displayed on the screen.