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

DFHRESP 00000013 while CICS DOCUMENT INSERT


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

New User


Joined: 03 Mar 2008
Posts: 5
Location: pune

PostPosted: Mon Jul 27, 2009 5:40 pm
Reply with quote

Hi all,

I am trying to generate an XML using the CICS DOCUMENT.

The syntax is I am using for inserting the document in a template.

EXEC CICS DOCUMENT INSERT DOCTOKEN(DC-TKN)
TEMPLATE(TMP-NM)
DOCSIZE(DOC-LEN)
RESP (RESP)
END-EXEC.

The CREATE DOCUMENT and SET DOCUMENT commands are working fine. I have also compiled the TMP-NM as a CICSASM module.

But I am getting DFHRESP 00000013 while inserting.

Please do help me........ icon_smile.gif
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: Mon Jul 27, 2009 5:46 pm
Reply with quote

There is a link to manuals at the top of the page. Find the CICS Application Programming Reference, find Appendix A, and look up what the response code 13 means. If you have trouble after consulting the manual, please post your query then.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jul 27, 2009 5:47 pm
Reply with quote

the best help You can get is from the manual
find, read, understand the meaning of a 13 dfhresp value and act accordingly
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