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

Problem in ISPF TABLE.


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jeyaseelan347
Warnings : 1

New User


Joined: 05 Sep 2008
Posts: 37
Location: Chennai

PostPosted: Sat Nov 15, 2008 7:35 pm
Reply with quote

I am getting the below error while running File tailoring job. Can anyone please let me know to overcome the issue.

ISPT036 Table in use -/-TBOPEN issued for table ISPSPROF that is in use, ENQUEUE failed.

Thanks,
Jeyaseelan
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6248
Location: Mumbai, India

PostPosted: Sat Nov 15, 2008 11:45 pm
Reply with quote

Hi,
Quote:
ISPT036 Table in use - aaaaaaaa issued for table bbbbbbbb that is in use, ENQUEUE failed.

Explanation: The table has an an existing enqueue against it already. Another user may be updating the table at the same time.

User Response: Try again later or contact your system programmer.

System Programmer Response: The RNAME used for the enqueue is the first data set name in the ISPTLIB concatenation sequence padded to 44 characters with blanks, followed by the table name for 8 characters padded with blanks. Since the enqueue is done on the input library at open time, it may be desirable to put the data set pointed to by the table output library (normally ISPTABL) as the first data set in the SPTLIB concatenation sequence.


'am not an expert for this subject, however, it seems if you show the PROC DD statement for ISPSPROF - it would help to get good answer(s).
Back to top
View user's profile Send private message
Martin Wickenden

New User


Joined: 24 Apr 2018
Posts: 15
Location: USA

PostPosted: Mon Jul 08, 2019 8:50 pm
Reply with quote

I am having this same error, can anyone assist please. Here is my ISPTLIB concatenation, I have included the ISPPROF dataset first:
//ISPTLIB DD DISP=SHR,DSN=&SYSUID..YR2K.ISPF.ISPPROF
//* DD DISP=SHR,DSN=SYS3A.QPP3C.PSC.TABLES MPW
// DD DISP=SHR,DSN=SYS1.SERBT
// DD DISP=SHR,DSN=SYS1.SERBTENU
// DD DISP=SHR,DSN=SYS1.DGTTLIB
// DD DISP=SHR,DSN=SYS1.SBLSTBL0
// DD DISP=SHR,DSN=SYS1.SBPXTENU
// DD DISP=SHR,DSN=ISF.SISFTLIB
// DD DISP=SHR,DSN=GIM.SGIMTENU
// DD DISP=SHR,DSN=ISP.SISPTENU
// DD DISP=SHR,DSN=SYS1.SCBDTENU
// DD DISP=SHR,DSN=CSF.SCSFTLIB
// DD DISP=SHR,DSN=TCPIP.SEZAPENU
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8796
Location: Welsh Wales

PostPosted: Tue Jul 09, 2019 9:35 pm
Reply with quote

I tend to use a different DD for tables, ISPTABL, which I allocate in the REXX or batch and use exclusively for tables.

Use a temp dataset if I know that I don't want to keep any tables
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2589
Location: Silicon Valley

PostPosted: Thu Jul 18, 2019 9:48 am
Reply with quote

It looks like a batch job doing ISPF stuff... you are probably using the same data set as your TSO userid. The data set is in use by TSO, so your batch job cannot use it.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Preserve changes to ISPF Panel Variables TSO/ISPF 1
No new posts can an ISPF appl save user changes in... TSO/ISPF 14
No new posts Unload and Load ISPF Table TSO/ISPF 4
No new posts ISPF Table to add a new column TSO/ISPF 1
No new posts Inserting into table while open selec... DB2 1
Search our Forums:

Back to Top