View previous topic :: View next topic |
Author |
Message |
Ramkumar Beginner
Joined: 04 Apr 2005 Posts: 19 Topics: 10
|
Posted: Mon Sep 26, 2005 6:59 am Post subject: Inoking CICS transaction using REXX |
|
|
Hi,
Can I invoke a CICS transaction using REXX.
Thanks in advance,
Ramkumar. |
|
Back to top |
|
|
Phantom Data Mgmt Moderator
Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Mon Sep 26, 2005 8:01 am Post subject: |
|
|
Ramkumar,
I worked on CICS for a very short time, that too longggg back...So, I am not sure if this is possible. But just a guess.
When we use TDQs to invoke a JCL from CICS, couldn't that be leveraged to do the reverse operation. If you can write some data to the TDQ (I'm not sure how - need to find out) using REXX/COBOL, then you can setup a Queue manager to trigger a transaction in CICS.
Thanks,
Phantom |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Mon Sep 26, 2005 8:10 am Post subject: |
|
|
Ramkumar,
CICS MVS/ESA EXCI interface to REXX provides a full function External CICS Interface program which allows a REXX EXEC to invoke a CICS program. A REXX variable may represent the COMMAREA for input to the CICS program and any modifications to the COMMAREA made by the CICS program are reflected in the REXX variable upon returning from CICS. Return codes are passed back to the REXX EXEC in specialized REXX variables.
Check this link which explains in detail about REXX for CICS
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/CICA1A01/CCONTENTS?DT=19940726164308
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Phantom Data Mgmt Moderator
Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Mon Sep 26, 2005 8:19 am Post subject: |
|
|
Wow, Thanks a lot kolusu,
I never made an attempt to take a copy of/read through the REXX-CICS manual. The main problem I face with CICS & DB2 is authorization. If my project doesn't require CICS/DB2 then I don't even have the authorization to try out anything.....I'm really missing lots of things.
Thanks.
Phantom |
|
Back to top |
|
|
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Mon Sep 26, 2005 8:30 am Post subject: |
|
|
FYI, as an alternative, we use OSPI (Open Systems Procedural Interface) from BMC to logon, start, and monitor CICS transactions from the REXX-based automation of BMC's MainView AutoOPERATOR. |
|
Back to top |
|
|
Ramkumar Beginner
Joined: 04 Apr 2005 Posts: 19 Topics: 10
|
Posted: Mon Sep 26, 2005 11:25 pm Post subject: |
|
|
Hi,
Thanks a lot everybody....
The REXX/CICS manual is really helpful.
Thanks & Regards,
Ramkumar. |
|
Back to top |
|
|
|
|