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

To find value of response code


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

New User


Joined: 29 Dec 2010
Posts: 41
Location: Mumbai

PostPosted: Mon Mar 28, 2011 5:44 pm
Reply with quote

hi pls look at the piece of code below in which

EXEC CICS DELETE
FILE(WS-FILE1)
RIDFLD(FILE-kEY)
KEYLENGTH(LENGTH OF FILE-KEY)
RESP(WS-RESP-CODE)
END-EXEC.


suppose record not found so value in WS-RESP-CODE = 13 or anyother 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: Mon Mar 28, 2011 5:55 pm
Reply with quote

Look in the CICS Application Programming Reference manual at the EIB fields in the appendix.
Back to top
View user's profile Send private message
Arun bv

New User


Joined: 29 Dec 2010
Posts: 41
Location: Mumbai

PostPosted: Mon Mar 28, 2011 5:58 pm
Reply with quote

thanks Robert
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top