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

CICS return code


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Nithya.U.M
Warnings : 1

New User


Joined: 11 Nov 2008
Posts: 21
Location: India

PostPosted: Tue Jan 27, 2009 7:07 pm
Reply with quote

Hi,
I am getting CICS return code EIBRESP 26 after reading the last record in the queue .

Since I am new to CICS, it would be of great help if anyone can explain me the reason and resolution of this error.

Thanks and regards,
Nithya
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Jan 27, 2009 7:10 pm
Reply with quote

just tell us what is that You find unclear in the manuals and somebody will be glad to explain

but at first sight since
Quote:
I am getting CICS return code EIBRESP 26 after reading the last record in the queue .
the solution would be not to read after the end of Q

google for eibresp 26 itemerr
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: Wed Jan 28, 2009 12:14 am
Reply with quote

Upon your first TSQ READ, specify the NUMITEMS parameter and it will return the number of items in the TSQ. You can then avoid the EIBRESP 26.

Bill
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top