Re: Batch connection to CSKL (was: Trigger CICS transaction from Batch Job)

2009-08-14 Thread Gil, Victor x28091
- === Date:Thu, 13 Aug 2009 07:16:24 -0500 From:Jan MOEYERSONS jan.moeyers...@adelior.be Subject: Re: Batch connection to CSKL (was: Trigger CICS transaction from Batch Job) snip You can find the fine manual that describes the CICS side of such at z/OS Communications Server

Re: Batch connection to CSKL (was: Trigger CICS transaction from Batch Job)

2009-08-13 Thread Jan MOEYERSONS
On Wed, 12 Aug 2009 16:52:42 -0400, Gil, Victor x28091 victor@broadridge.com wrote: Jantje, I am intrigued. Can you elaborate a bit on this idea? [Doc pointers, code samples, etc.] You can find the fine manual that describes the CICS side of such at z/OS Communications Server IP CICS

Batch connection to CSKL (was: Trigger CICS transaction from Batch Job)

2009-08-12 Thread Gil, Victor x28091
Jantje, I am intrigued. Can you elaborate a bit on this idea? [Doc pointers, code samples, etc.] TIA, -Victor- == Date:Mon, 10 Aug 2009 05:40:50 -0500 From:Jan MOEYERSONS jan.moeyers...@adelior.be Subject: Re: Trigger CICS transaction from Batch

Re: Trigger CICS transaction from Batch Job

2009-08-10 Thread Jan MOEYERSONS
On Fri, 7 Aug 2009 08:01:34 -0500, McKown, John jmck...@healthmarkets.com wrote: reply type=humorous? What he needs to do is use REXX sockets to write a z/OS TN3270 client. This client could then connect as a 3270 terminal to the CICS region and reply type=serious But instead of connecting to

Re: Trigger CICS transaction from Batch Job

2009-08-10 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Jan MOEYERSONS Sent: Monday, August 10, 2009 5:41 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Trigger CICS transaction from Batch Job On Fri, 7 Aug 2009 08:01:34 -0500, McKown, John

Trigger CICS transaction from Batch Job

2009-08-07 Thread Gangar, Parin (MLITS)
Hi, How to trigger a cics transaction from batch job? I googled this, and I got http://cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_t ransaction_from_a_batch_program%3F where various options are mentioned, which unfortunately my CICS installation does not allow. Anyone got

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Jim McAlpine
On Fri, Aug 7, 2009 at 7:58 AM, Gangar, Parin (MLITS) parin_gan...@ml.comwrote: Hi, How to trigger a cics transaction from batch job? I googled this, and I got http://cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_t ransaction_from_a_batch_program%3F where various options

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Itschak Mugzach
EXCI? ITschak On Fri, Aug 7, 2009 at 12:40 PM, Jim McAlpine jim.mcalp...@gmail.comwrote: On Fri, Aug 7, 2009 at 7:58 AM, Gangar, Parin (MLITS) parin_gan...@ml.comwrote: Hi, How to trigger a cics transaction from batch job? I googled this, and I got

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Terry Sambrooks
Hi; As mentioned by Itschak I use EXCI as the batch interface to CICS, but it does require an MRO environment on the CICS side so if this is not configured on your CICS systems there is a problem. Using a command as mentioned by Jim, may not work if the console definitions within CICS are not

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Lizette Koehler
You can use the MVS JCL statement // COMMAND 'anything' This is nice to use because the continuation process, I think, is easier. Or if you have a scheduling product or automation, you can use those to issue the command on behalf of a particular event (msg, job, tod, etc...) In a batch

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Chase, John Sent: Friday, August 07, 2009 7:52 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Trigger CICS transaction from Batch Job -Original Message- From: IBM Mainframe

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Gangar, Parin (MLITS) Hi, How to trigger a cics transaction from batch job? I googled this, and I got http://cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_t ransaction_from_a_batch_program%3F

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread David Stephens
You've certainly excluded most of the options. How about your automated operations software? Most of these (like Control-M, Netmaster, and Netview/SA) have some facilities to 'screen scrape' applications. So you can logon to your CICS region and do what you want to do. Some testing software

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Barkow, Eileen
- it Is not that expensive. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Terry Sambrooks Sent: Friday, August 07, 2009 7:02 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Trigger CICS transaction from Batch Job Hi; As mentioned by Itschak I use EXCI as the batch

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Rick Fochtman
snip Hi, How to trigger a cics transaction from batch job? I googled this, and I got http://cicswiki.org/cicswiki1/index.php?title=How_do_I_interact_with_a_t ransaction_from_a_batch_program%3F where various options are

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Frank Swarbrick
Interesting. We have MacKinney Batch to CICS to do this. But your way seems just fine as long as you don't care for a response of some sort (bad transID or whatever). Of course I get the following errors when I try: IEF196I MVS.MODIFY.STC.CICSDEV1.CICSDEV1 +DFHAC2015

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Barkow, Eileen
:,, +,,PRINTERCopy:,No , ,No,|,Yes -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Frank Swarbrick Sent: Friday, August 07, 2009 4:42 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Trigger CICS transaction from Batch Job

Re: Trigger CICS transaction from Batch Job

2009-08-07 Thread Frank Swarbrick
...@bama.ua.edu] On Behalf Of Frank Swarbrick Sent: Friday, August 07, 2009 4:42 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Trigger CICS transaction from Batch Job Interesting. We have MacKinney Batch to CICS to do this. But your way seems just fine as long as you don't care for a response