For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
My simple call below fails/hangs.
I am using Pro * C using CICS/Unikix by NTT data.
Here is the call.
EXEC CICS SELECT USER INTO :uname from DUAL;
What is going wrong here ?