IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

xpediting a batch program from CICS online


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gupta vishal

New User


Joined: 25 Sep 2007
Posts: 15
Location: Gurgaon

PostPosted: Fri Sep 05, 2008 3:02 pm
Reply with quote

Hi,
Please tell me the settings required to xped the cobol batch program from CICS online.

Regards,
xx
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Sep 05, 2008 4:32 pm
Reply with quote

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
View user's profile Send private message
gupta vishal

New User


Joined: 25 Sep 2007
Posts: 15
Location: Gurgaon

PostPosted: Fri Sep 05, 2008 4:59 pm
Reply with quote

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
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Sep 05, 2008 5:00 pm
Reply with quote

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
View user's profile Send private message
Apeksha

New User


Joined: 21 May 2008
Posts: 37
Location: Mumbai

PostPosted: Fri Sep 05, 2008 5:23 pm
Reply with quote

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
View user's profile Send private message
divate.dilip

New User


Joined: 11 May 2009
Posts: 15
Location: Mumbai

PostPosted: Fri Nov 18, 2011 6:01 pm
Reply with quote

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
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Nov 18, 2011 6:04 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top