Hi,
I am having two transactions namely SF10 & SF25.The transaction SF25 is traversing from
SF10 transaction by keying PF5.
The program which is invoking SF10 transaction is having COMMAREA length as 700 & that of
SF25 is 4056.
Currently We are using XCTL in SF10 program to call SF25 program & when we are keying PF3
the control was going to CICS main Screen.
But Now our requirement is,Whenever we are pressing PF3 from SF25 transaction screen,the control should go back to SF10 transaction screen.
I have tried with LINK command in SF10 program to invoke SF25 program(Because I heard only thru LINK,
the control will come back to the calling program.),But When we are traversing to SF25 from SF10 by keying PF5
We are getting an error like "TERMINAL ERROR",And when We are pressing PF3,It was showing an error
as "Invalid key" & the control is not even going to the CICS main screen & also the screen got stuck.
Could anyone advice me to resolve this issue?