Page 1 of 1

CICS SEND setting

PostPosted: Sun Apr 20, 2014 4:19 am
by Pilib Li
hi , friends
I have a problem , for example:

IN 'TA40' :
1> EXEC CICS START TRANSID('TAA2') ..... END-EXEC.
2> EXEC CICS SEND MAP('GAA0208') ....END-EXEC.
3>EXEC CICS RETURN TRANSID('TA40')...END-EXEC.

IN 'TAA2':
1>EXEC CICS SEND MAP('GAB0808')....END-EXEC.
2>EXEC CICS RETURN END-EXEC.

In the Old System, if you execute 'TA40' , you can see 'GAA0208' OR 'GAB0808' , But in the New System you can just see 'GAA0208'. I want to know if there some different setting between Old CICS and New CICS.

Re: CICS SEND setting

PostPosted: Sun Apr 20, 2014 6:33 am
by Robert Sample
Your question is going to be hard to answer because you did NOT tell us what version the "old CICS" is, nor what version the "new CICS" is, nor what you mean by "see 'GAA0208' OR 'GAB0808' ". In other words, so far you have told us nothing that would allow us to help you.