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

CICS Mapless Transaction


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

New User


Joined: 25 May 2010
Posts: 15
Location: chennai

PostPosted: Thu May 10, 2012 8:22 pm
Reply with quote

Hi,

Currently there is a batch job that triggers a CICS mapless transaction to do some business process.

The new requirement is have the same job trigger the CICS mapless transaction even if the CICS region is down.

Just want to hear your thoughts if this is possible or any one has faced this before.

Regards
Mags
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: Thu May 10, 2012 8:29 pm
Reply with quote

Since a CICS transaction REQUIRES CICS resources to be able to execute, if the region is down, exactly how do you think the transaction can acquire the resources to execute? It's not like a COBOL batch program where the files are specifed in the ENVIRONMENT DIVISION!
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu May 10, 2012 8:29 pm
Reply with quote

Hello,

Why does this need to be a cics transaction?

I've not yet seen cics "things" done when there is no cics active to support them. . .
Back to top
View user's profile Send private message
Jose Mateo

Active User


Joined: 29 Oct 2010
Posts: 121
Location: Puerto Rico

PostPosted: Fri May 11, 2012 7:25 pm
Reply with quote

Good day to all!

When I read this post I am convinced that the dept who wrote the requirements doesn't know anything about the CICS system. First, if the CICS region is down how are your going to trigger the CICS transaction to run the program? I really think that the requirement is to write a batch job to do the same process as the online program is doing in updating certain files (like rolling over dates) that is define to the CICS region. Your job stream should run a utility that will test to see if the CICS region is up if true then trigger the online transaction otherwise execute the new program which will do the process thru batch.
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 Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top