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.