View previous topic :: View next topic |
Author |
Message |
Subzero Beginner
Joined: 02 Dec 2002 Posts: 19 Topics: 7 Location: Chennai, India
|
Posted: Tue Feb 25, 2003 12:00 pm Post subject: VSAM StartBR Problem |
|
|
I have a peculiar problem. One of my online programs use StartBR to browse a VSAM KSDS using partialkey,
EXEC CICS STARTBR DATASET(Filename)
RIDFLD (Fullkey Variable)
NOHANDLE
END-EXEC.
But I get the following response for this StartBr Command,
EIBRCODE: 080000000000 (HEX)
EIBRESP: 00000010 (HEX)
EIBRESP2: 00000021 (HEX)
I've checked the file and it is browse enabled. Can anyone tell me what might be the possible solution to this problem?
**** Subzero **** |
|
Back to top |
|
|
Mickeyd Beginner
Joined: 02 Jan 2003 Posts: 27 Topics: 0
|
Posted: Tue Feb 25, 2003 2:09 pm Post subject: |
|
|
The RESP2 value indicates to me that you have already started
a browse with this key and have not done and end-browse before
starting this browse. |
|
Back to top |
|
|
Subzero Beginner
Joined: 02 Dec 2002 Posts: 19 Topics: 7 Location: Chennai, India
|
Posted: Wed Feb 26, 2003 12:22 am Post subject: |
|
|
Thanx Mickeyd, you are right. There was an unfinished Browse action on that file, but this bug was in one of the long list of linked programs.
**** Subzero **** |
|
Back to top |
|
|
HeadScratcher Beginner
Joined: 23 Sep 2003 Posts: 1 Topics: 0
|
Posted: Wed Sep 24, 2003 8:02 am Post subject: |
|
|
|
|
Back to top |
|
|
petluri Beginner
Joined: 05 Dec 2002 Posts: 19 Topics: 5 Location: Virginia, USA
|
Posted: Tue Oct 26, 2004 7:11 am Post subject: |
|
|
Can you tell me where I can get the information for EIBRESP2 values>
-Sreeni |
|
Back to top |
|
|
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Tue Oct 26, 2004 11:38 am Post subject: |
|
|
Quote: |
Can you tell me where I can get the information for EIBRESP2 values>
|
They are documented under each individual command in the 'CICS Application Programming Reference' manual, available via this board's manuals link.
Note that the RESP2 values are not unique - the same value has different meanings for each EXEC CICS COMMAND. |
|
Back to top |
|
|
|
|