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

INVREQ error with EIBRESP=16 while executing STARTBR


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

New User


Joined: 14 Mar 2008
Posts: 2
Location: bangalore

PostPosted: Mon Aug 11, 2008 1:16 pm
Reply with quote

Hi,

I am getting INVREQ error while using STARTBR. My file is defined with browse option. The following is the code I am trying to execute:
MOVE 10002 TO WS-CID
EXEC CICS STARTBR
FILE('F497')
RIDFLD(WS-CID)
RESP(WS-RESPCODE)
END-EXEC
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Mon Aug 11, 2008 2:41 pm
Reply with quote

Not enough info, what is the resp2 value?
INVREQ
RESP2 values:
20
Browse operations are not allowed according to the file entry specification in the FCT.
25
The KEYLENGTH and GENERIC options are specified, and the length defined for the data set to which this file specified in the KEYLENGTH option is greater than or equal to the length of a full key.
26
The KEYLENGTH option is specified (but the GENERIC option is not specified), and the specified length does not equal the length defined for the data set to which this file refers.
33
An attempt is made to start a browse with a REQID already in use for another browse.
42
The KEYLENGTH and GENERIC options are specified, and the length specified in the KEYLENGTH option is less than zero.
44
The specified file is a user-maintained or coupling facility data table and the command does not conform to the format of STARTBR for such a data table (for example, RBA is specified).
51
A STARTBR command to a KSDS file that is being accessed in RLS mode specifies the RBA keyword. RLS mode does not support RBA access to KSDS files.
59
XRBA was specified, but the data set is not an ESDS.
Back to top
View user's profile Send private message
veena b p

New User


Joined: 14 Mar 2008
Posts: 2
Location: bangalore

PostPosted: Mon Aug 11, 2008 2:56 pm
Reply with quote

Thank you!! icon_smile.gif
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 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 Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top