Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TBOPEN issue with OPS/MVS for OPSBROWSE

71 views
Skip to first unread message

Lizette Koehler

unread,
Nov 22, 2009, 12:57:09 PM11/22/09
to
List
I am having a problem with getting into OPSBROWSE under OPS/MVS. For some reason I have the message:

Table in use
TBOPEN issued for table OPBOPRTB that is in use, ENQUEUE failed.


How do I fix this? Or find out where this enq is located?

I have tried bouncing OPS/MVS
I have tried renaming my OPS/MVS Profile

What else?

Lizette

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to list...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Itschak Mugzach

unread,
Nov 22, 2009, 3:26:55 PM11/22/09
to
Lizette,

ISPF enquest the table on the first library of the concatenation even of the
table resides on other library in the concatenation. So have a look in the
docs where (ddname) you should locate the table library and in what order.

HTH
ITschak

Ted MacNEIL

unread,
Nov 22, 2009, 6:33:01 PM11/22/09
to
>I have tried bouncing OPS/MVS
I have tried renaming my OPS/MVS Profile

Do you already have it open on another logical ISPF screen?
-
Too busy driving to stop for gas!

Gaur

unread,
Nov 22, 2009, 10:33:59 PM11/22/09
to
On Nov 22, 3:33 pm, eamacn...@YAHOO.CA (Ted MacNEIL) wrote:
> >I have tried bouncing OPS/MVS
>
> I have tried renaming my OPS/MVS Profile
>
> Do you already have it open on another logical ISPF screen?
> -
> Too busy driving to stop for gas!
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO

> Search the archives athttp://bama.ua.edu/archives/ibm-main.html


Hi ,

Let me first explain what does "TBOPEN issued for table OPBOPRTB that
is in use, ENQUEUE failed" mean
Explanation :- It tell you while opening the created ISPF table say
"X1" has been already open somewhere by somebody and now when you are
try to get hold on this Enque is failing ..

* Table in
use *
* TBOPEN issued for table dosdoc that is in use, ENQUEUE
failed. *


More descriptive answer to this you can find if you invoke the OPSMVS
Invoking clist/rexx via 7.5 option and then Log option.

Manual will explain :-

The TBOPEN service reads a permanent table from the table input file
into virtual storage, and opens it for processing. TBOPEN should not
be issued for temporary tables.


An ENQ is issued to ensure that no other user is currently accessing
the table. The ENQ applies only to the specified table in the table
(member) in the table input library, not the entire library. For the
WRITE option, an exclusive ENQ remains in effect until the table is
closed. For the NOWRITE option, a shared ENQ remains in effect only
during the time that the table is read into storage.

Solution :-

Could you check for the Table being created or having Enque
failed..."NOWRITE" option is enabled?

Gaur

unread,
Nov 22, 2009, 10:35:10 PM11/22/09
to

Also make sure we have TBEND ...The NOWRITE option should be with
TBCREATE ..

0 new messages