Posted: Fri Jun 15, 2007 2:48 pm Post subject: Trigger a JVM application under CICS 2.3.0
Newbie
Joined: 15 Apr 2006 Posts: 7 Location: Springfield, VA
Same post as the Java Forum:
We are exploring the use of the JVM that is deployable under CICS Transaction Server Version 2.3.0
Has anyone had a sucessfull implementation of their java code.
We are attempting to port a currently running Unix (Solaris) jar / class to zOS 1.8.
We are getting invoked, but dont seem to pick up the TMC2 information.
We have the MQ classes loaded and deployed under USS.
Any pointers (sample code/configurations) would be appreciated.
Joined: 15 Apr 2006 Posts: 7 Location: Springfield, VA
Finally managed to get the code runnning. the CICS JVM is implemented per CICS standards (have to do an EXEC CICS RETRIEVE call (JCICS equivalent)) rather than address the ARG variables directly.
Additionally, the CICS TD queue had to be defined with a larger length to accomodate some debugging prints.
Issue closed.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum