I have a program which has some Trans id.After firing trans id some mapset is sent.Now i want that if user press F1 then some other program's trans ID should be fired.I have used DFHAID and used
If(EIBAID=DFHPF1)
then perform para1.
...
...
para1.
exec cics
return transid(oter programs trans ID)
end-exec.
its not working is there any other way to fire other programs trans id on pressing some key by the user...