firing others programs transid using PF keys by user



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

firing others programs transid using PF keys by user

Postby sadaf rehan » Tue Jan 13, 2009 11:40 am

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...
sadaf rehan
 
Posts: 10
Joined: Wed Jan 07, 2009 8:20 pm
Has thanked: 0 time
Been thanked: 0 time

Re: firing others programs transid using PF keys by user

Postby CICS Guy » Tue Jan 13, 2009 10:18 pm

Look at the IMMEDIATE operand of the RETURN.
Or the START command.
Or even the XCTL command.
CICS Guy
 
Posts: 246
Joined: Wed Jun 20, 2007 4:08 am
Has thanked: 0 time
Been thanked: 0 time


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post