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

CICS and batch simultaneous update to IMS db


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rosmi joseph

New User


Joined: 17 Sep 2007
Posts: 68
Location: Kochi

PostPosted: Mon Jan 21, 2008 2:38 pm
Reply with quote

Hi,

I have a couple of on-line screens where user can input some data, which will be updated to an IMS DB. I want to run a batch job periodically which also tries to update the same database.

I dont want to bring down the CICS region while the batch is running,

Is there any method to implement this without bringing down the region.

Thanks.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon Jan 21, 2008 10:31 pm
Reply with quote

You can try writing your own EXCI interface between batch and CICS.

From what you described, easiest approach would be a vendor product
that allows you to write some batch cobol code to logically feed data
into your existing on-line Screens without bringing down cics. (no changes
to the on-line program).

suggest you reveiw BatchCICS-Connect >> Use [URL] BBCode for External Links

sample batch code:

exec hbi run transaction ('xxxx')
inbound map ('xxxxxxx') mapset ('xxxxxxxx')
outbound map ('xxxxxxx') mapset ('xxxxxxxx')
end-exec

icon_lol.gif
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jan 21, 2008 11:23 pm
Reply with quote

search the CICS doc with the string "shared database"

Since You did not tell anything about Your environment we cannot
give any advice, just make suggestions

If You have the proper setup ( cics/ims)

You could run Your batch IMS jobs, with full integrity, as BMP
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 -> CICS

 


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