Page 1 of 1

firing others programs transid using PF keys by user

PostPosted: Tue Jan 13, 2009 11:40 am
by sadaf rehan
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...

Re: firing others programs transid using PF keys by user

PostPosted: Tue Jan 13, 2009 10:18 pm
by CICS Guy
Look at the IMMEDIATE operand of the RETURN.
Or the START command.
Or even the XCTL command.