View previous topic :: View next topic
|
Author |
Message |
gupta vishal
New User
Joined: 25 Sep 2007 Posts: 15 Location: Gurgaon
|
|
|
|
Hi,
Please tell me the settings required to xped the cobol batch program from CICS online.
Regards,
xx |
|
Back to top |
|
|
dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
how do you expect to xped a batch program from cics online?
no one can give you settings to accomplish that.
what are you really trying to do? What you have described can not be done |
|
Back to top |
|
|
gupta vishal
New User
Joined: 25 Sep 2007 Posts: 15 Location: Gurgaon
|
|
|
|
My online program is calling dynamically a cobol batch program which i want to xpedite, however the xpeditor is not allowing the control to be transferred to the batch breakpoint.
One big reason is the DDIO files for cics online and batch are usually different in all the intallations so ,...
Is there any way to achieve it ????? |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Xpediter works with a TSO interface to batch programs. You do not run the CICS interface on anything but CICS programs. Assuming it is installed at your site, you need to contact your systems support people to find out where the option is found on your TSO menu. |
|
Back to top |
|
|
Apeksha
New User
Joined: 21 May 2008 Posts: 37 Location: Mumbai
|
|
|
|
Hi,
As far as I know we can xpedite a batch program which is called by CICS module in online. But may be that will differ from shop.
In my system, I need to compile a batch module with XPED compiler to a region (means loadlib used by the region), when you access online region, you need to do new copy then We can start xpediting the CICS module, it will access the bacth module when it is called.
I hope I didnt confuse anyone.
Thanks,
Apeksha |
|
Back to top |
|
|
divate.dilip
New User
Joined: 11 May 2009 Posts: 15 Location: Mumbai
|
|
|
|
the load library for online module goes to xxx.loado
while the batch module goes to xxx.loadb,
so how could the online will pick the batch load module,
I tried changing the batch pgm, but the online program is not picking the latest version of the batch pgm.
There should be some setting we need to check while compiling the online module.
Can anyone help me regarding this... |
|
Back to top |
|
|
Bill Woodger
Moderator Emeritus
Joined: 09 Mar 2011 Posts: 7309 Location: Inside the Matrix
|
|
|
|
When you have a new question, please start a new topic.
You want to call a module from CICS that is currently a module only in batch? What does the module do? |
|
Back to top |
|
|
|