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

CICS response 0000006E when using PUT CONTAINER


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

New User


Joined: 14 Jan 2007
Posts: 33
Location: USA

PostPosted: Tue Aug 26, 2008 10:47 pm
Reply with quote

Hello,

I’m getting this peculiar problem when I use PUT CONTAINER.

My program has the PUT CONTAINER command. When I check the CICS response after the PUT CONTAINER, one day it is saying CICS RESPONSE is normal. But the next day(I didn’t make any changes in the program) it is saying CICS RESPONSE is as 0000006E. This is happening from last week. Does anyone have any idea why this CICS RESP is changing by alternate days?.

EXEC CICS PUT
CONTAINER (WS-REQUEST-CONTAINER-NM)
CHANNEL (WS-CHANNEL-NM)
FROM (WS-RECORD)
FLENGTH (LENGTH OF WS-RECORD)
RESP (CICS-RESPONSE)
END-EXEC

EVALUATE TRUE
WHEN NORMAL
CONTINUE
WHEN OTHER
GO TO 9000-RETURN
END-EVALUATE

Thank you.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Tue Aug 26, 2008 11:08 pm
Reply with quote

The manual says 6E is CONTAINERERR -- you can read the details.
Back to top
View user's profile Send private message
Jeya Raj

New User


Joined: 14 Jan 2007
Posts: 33
Location: USA

PostPosted: Tue Aug 26, 2008 11:17 pm
Reply with quote

Thanks Robert. Can you please provide me the manual Link?.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Wed Aug 27, 2008 12:04 am
Reply with quote

Pull up the Manuals link at the top of the forum, go to CICS manuals, and pick the release you're running -- Language Reference will have the details you need.
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 avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top