Re : Setting A SLIP For A Program Running Under CICS.

2014-05-16 Thread Jim Thomas
Hello, Many thanks to everybody that tried to help. Kind Regards. Jim Thomas -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Re : Setting A SLIP For A Program Running Under CICS.

2014-05-11 Thread Shmuel Metz (Seymour J.)
In ofe9b24559.1968ff47-on85257cd3.003d507a-85257cd3.003d8...@us.ibm.com, on 05/09/2014 at 07:11 AM, Peter Relson rel...@us.ibm.com said: You must find out from CICS how to determine the address of your module. If he can make a business case for it, he might want to submit a requirement for

Re : Setting A SLIP For A Program Running Under CICS.

2014-05-09 Thread Peter Relson
I presume from the question that using SLIP's PVTMOD/PVTEP does not work. CICS must use either load with address or some other process to load your module. You must find out from CICS how to determine the address of your module. And then you would use the normal SLIP processing that lets you

Re : Setting A SLIP For A Program Running Under CICS.

2014-05-09 Thread Martin Packer
/ Facebook IDs: MartinPacker Blog: https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker From: Peter Relson rel...@us.ibm.com To: IBM-MAIN@listserv.ua.edu Date: 09/05/2014 12:12 Subject:Re : Setting A SLIP For A Program Running Under CICS. Sent by:IBM

Re: Re : Setting A SLIP For A Program Running Under CICS.

2014-05-09 Thread Ed Jaffe
On 5/9/2014 5:17 AM, Martin Packer wrote: I thought CICS switched to using standard Program Fetch 25 years ago. Old V3? Does knowing that change anything? CICS uses directed LOADs for modules found in the DFHRPL concatenation. -- Edward E Jaffe Phoenix Software International, Inc 831 Parkview

Re : Setting A SLIP For A Program Running Under CICS.

2014-05-08 Thread Jim Thomas
Hello, I am trying to set a SLIP for a transaction (program) that runs under CICS and having no luck. I have tried searching but have not run across any useful information thus far. Could somebody either point me to where I can read up on setting an IF SLIP for a CICS program or tell me

Re: Re : Setting A SLIP For A Program Running Under CICS.

2014-05-08 Thread Jon Perryman
CECI seems like a good suggestion. First to proceed to the program you want to take a dump. From this, you should be able to see where this program starts. Now you have the base address and know the offset from your listing which gives you the address for the slip. Set your slip and let the