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

CICS Socket interface error - 10999 abend & 0c4 abend


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Subash1988

New User


Joined: 10 Mar 2008
Posts: 10
Location: Chennai

PostPosted: Wed Mar 12, 2008 10:00 am
Reply with quote

Hi all,

While starting cics socket listener, i am getting following error

EZY1282E 10999 ABEND - CICS TRUE ECB POSTED
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=0C4 REASON CODE=00000004
TIME=09.44.17 SEQ=12617 CPU=0000 ASID=011B
PSW AT TIME OF ERROR 078D2000 918EC4DC ILC 4 INTC 04
ACTIVE LOAD MODULE ADDRESS=118EC208 OFFSET=000002D4
NAME=EZBSOH03
DATA AT PSW 118EC4D6 - 1F555050 40009640 D0EC5890

Can anyone suggest that how can i rectify this problem?

Thanks in Advance
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Mar 12, 2008 1:35 pm
Reply with quote

Quote:
0C4
One of the following exceptions occurred:
4
Protection exception. The key of the storage area that the running program tries to access is different from that of the running program. The key of the running program can be obtained from the PSW key field. The key of the storage can be obtained using the IPCS LIST subcommand. The programmer should determine whether the program is running with the correct key or whether the storage address is set up correctly.
The protection exception might have occurred when the program referenced a page that is protected with the PGSER PROTECT service, or is defined as shared by the IARVSERV service with a view of read-only.


check that the proper parameters are passed when making the call
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Mar 12, 2008 1:41 pm
Reply with quote

is this Your first time You tried ?
Back to top
View user's profile Send private message
Subash1988

New User


Joined: 10 Mar 2008
Posts: 10
Location: Chennai

PostPosted: Wed Mar 12, 2008 3:34 pm
Reply with quote

ya this is the first time i am trying to do so?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Mar 12, 2008 3:37 pm
Reply with quote

did You google for EZBSOH03
http://www-1.ibm.com/support/docview.wss?rs=852&context=SSSN3L&q1=EZACICAL+hung&uid=swg21104510&loc=en_US&cs=utf-8&lang=en
Back to top
View user's profile Send private message
Subash1988

New User


Joined: 10 Mar 2008
Posts: 10
Location: Chennai

PostPosted: Mon Mar 17, 2008 11:00 am
Reply with quote

hi,
Now it's working fine. Error is due to the wrong steplib concatenation.
Thanks 4 ur support
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 -> ABENDS & Debugging

 


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 ISAM and abend S03B JCL & VSAM 10
Search our Forums:

Back to Top