Home > Archive > Cobol > April 2004 > cics cobol calling cics java
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
cics cobol calling cics java
|
|
| bevyn quiding 2004-04-04, 9:30 pm |
| Hello all,
We have acquired a system written into cics cobol and we are trying to
integrate some of the sections into our j2ee system.
There are tons of examples and documentation about communcating to a backend
cics system from a j2ee system, unfortunately that is not what i have been
asked to do.
we want it to work the other way around.
so the cics module calls our j2ee server and the server replies.
the version of cics we have is cics version 2.2 (soon to be upgraded to 2.3)
running on os/390 (soon to be upgraded to z/os).
we dont have mqseries and would rather not get it, if we can help it.
I understand that websphere runs as a part of cics and can be called by a cics
program using the commarea? or something like that.
the only part we are having problems with is that bit.
has any one done this? i don't have any experience with cics or cobol.
so I was hoping someone could give me a few pointers.
cheers
Bevyn
| |
| William M. Klein 2004-04-04, 11:30 pm |
| Are you using Enterprise COBOL? If so, you probably want to look at "INVOKE"
from COBOL rather than "CALL".
Check out:
http://publibz.boulder.ibm.com/cgi-...KS/igy3pg20/6.1
and following
--
Bill Klein
wmklein <at> ix.netcom.com
"bevyn quiding" <bqui001@yahoo.com> wrote in message
news:957af941.0404041610.139472d9@posting.google.com...
> Hello all,
>
> We have acquired a system written into cics cobol and we are trying to
> integrate some of the sections into our j2ee system.
>
> There are tons of examples and documentation about communcating to a backend
> cics system from a j2ee system, unfortunately that is not what i have been
> asked to do.
>
> we want it to work the other way around.
>
> so the cics module calls our j2ee server and the server replies.
>
> the version of cics we have is cics version 2.2 (soon to be upgraded to 2.3)
> running on os/390 (soon to be upgraded to z/os).
>
> we dont have mqseries and would rather not get it, if we can help it.
>
> I understand that websphere runs as a part of cics and can be called by a cics
> program using the commarea? or something like that.
>
> the only part we are having problems with is that bit.
>
> has any one done this? i don't have any experience with cics or cobol.
> so I was hoping someone could give me a few pointers.
>
> cheers
> Bevyn
|
|
|
|
|