synjms3 - Synchronous Calls to Multiple Servers
This application issues non-extended ECI synchronous calls
to one, two, or three servers.
The input parameters -s1, -s2, and -s3 enable up to three CICS servers
to be specified.
Example: java jgtest.eci.synjms3 -s1 AlsKix -s2 IzKix -s3 ErKix
This program contains no data conversion for the commarea.
Data conversion should be carried out on the server, if required.
Parameters can be overridden via command line.
Issue "synjms3 -?" for help and default settings.
Sample Input
java jgtest.eci.synjms3 -s1 AlsKix -s2 cicsesa -s3 cics400 -i 3
The above sample requests ECI synchronous calls to three different
CICS servers, iterating three times.
Sample Output
synjms3 - Synchronous Calls to Multiple Servers
-j JGate -> hollings
-r JGate port -> 2006
-list list systems only -> false
-s1 CICS server1 -> AlsKix
-s2 CICS server2 -> cicsesa
-s3 CICS server3 -> cics400
-a application -> SRVTIME
-tran transid -> CPMI
-i # iterations -> 3
-u userid -> SYSAD
-p password -> SYSAD
-d delay -> 0 seconds
-x exit on ECI error -> false
(fixed) eci_timeout value -> 10 seconds
-! debug -> false
-? Display settings only
--- synjms3 started 11/06/98 13:15
--- Successfully created JavaGateway connection ---
Iteration Server Commarea Data CICS Rc Abend
--------- -------- ----------------- ------- -----
1 AlsKix 11/06/98 14:15:56 0
1 cicsesa 11/06/98 14:15:56 0
1 cics400 -3 AZI4
2 AlsKix 11/06/98 14:15:57 0
2 cicsesa 11/06/98 14:15:57 0
2 cics400 -3 AZI4
3 AlsKix 11/06/98 14:15:58 0
3 cicsesa 11/06/98 14:15:58 0
3 cics400 -3 AZI4
--- Successfully closed JavaGateway connection ---
--- synjms3 completed 11/06/98 13:15
--- Calls successful ... 6 out of 9
--- Iterations run ..... 3 out of 3
History Log:
- Written : July 97 - Alan Hollingshead
- Updated : May 98 - new package format