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

Getting error in CICS


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

New User


Joined: 12 Jan 2010
Posts: 66
Location: US

PostPosted: Fri Oct 07, 2011 11:46 pm
Reply with quote

While calling CICS regions to get the transaction details, I'm getting the below error.

Code:

MBCB021-CONNECT FAILED: APPL(CICSPMAC) RESP(00000008) REASON(00000203-00000092)


When i search for this error code info, I got the following details:
The message occurs when IRC is CLOSED. 203 implies "No CICS" and 92 implies "system not logged on".

But when I check the CICS region everything looks good.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Oct 07, 2011 11:57 pm
Reply with quote

Are you issuing an EXCI-LINK or EC-CALL from Batch to a Target Region? The secondary-response 203 text (from the manual) says -

CICS has not yet been brought up, or (2) has not yet opened IRC, or (3) no generic connection is installed, or (4) no specific connection is installed with the required netname.

Verify the SIT options are IRCSTRT=YES and ISC=YES.

Your CICS Sysprog can assist you further....

Mr. Bill
Back to top
View user's profile Send private message
nareshdacha

New User


Joined: 12 Jan 2010
Posts: 66
Location: US

PostPosted: Sat Oct 08, 2011 12:55 am
Reply with quote

Hi Bill, Thanks for the information.

Am using EXEC CICS RECEIVE to get the data from CICS region.
CICS spoc confirmed that everything looks good on their end (options are IRCSTRT=YES and ISC=YES).

Am getting the following error "MBCE106-ERROR" after executing the
EXEC CICS RECEIVE code.
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: Sat Oct 08, 2011 1:05 am
Reply with quote

Please post the EXEC CICS you are using since there are multiple forms of the RECEIVE command.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Sat Oct 08, 2011 1:12 am
Reply with quote

Is this an APPC/LU6.2 conversation between two regions or some other protocol?

More information is needed.

What's an "MBCE106-ERROR"? Is this generated by an in-house program or facility?

If you place the transaction under CEDF then, check the EIB fields after the RECEIVE.

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

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Mon Nov 14, 2011 7:54 am
Reply with quote

are you running Mckinney Batch CICS product - the MBC on the error
message makes me wonder ?
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Tue Nov 15, 2011 1:38 am
Reply with quote

That's certainly a MacKinney Batch CICS message.
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top