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

Error on 'DEALLOCATION FAILED'


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

New User


Joined: 29 Aug 2005
Posts: 25
Location: Chennai

PostPosted: Fri Sep 21, 2007 11:01 pm
Reply with quote

When I delete a dataset, it says that ''DEALLOCATION FAILED'.
Can anyboby tell me what would be the reason for it?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Sep 21, 2007 11:31 pm
Reply with quote

Hello,

Please post all of the disgnostic information, not just part of it.

If you did this in JCL, post the jcl.
Back to top
View user's profile Send private message
clarkzx

New User


Joined: 04 Jun 2008
Posts: 7
Location: Rochester

PostPosted: Fri Feb 13, 2009 8:06 am
Reply with quote

Hi, I got this error when I typed line command 'D' to delete some dataset. Can anybody provide some information about this? Thx.

Code:
DSLIST - Data Sets Matching ACTPAYT.R8168428.*             Deallocation failed
Command ===>                                                  Scroll ===> CSR
                                                                             
Command - Enter "/" to select action                  Message           Volume
------------------------------------------------------------------------------
D        ACTPAYT.R8168428.FTPFILEA                                      TMPV1D
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Feb 13, 2009 8:18 am
Reply with quote

Hello and welcome to the forum,

Follow the same steps again and when this happens, press F1 (depending on what this presents, you may need to press F1 a second time for more detailed info).
Back to top
View user's profile Send private message
clarkzx

New User


Joined: 04 Jun 2008
Posts: 7
Location: Rochester

PostPosted: Fri Feb 13, 2009 8:34 am
Reply with quote

dick scherrer wrote:
Hello and welcome to the forum,

Follow the same steps again and when this happens, press F1 (depending on what this presents, you may need to press F1 a second time for more detailed info).


Thank you Dick, glad to the forum.
And after I pressed F1, I got the information '
Code:
Deallocation failed for data set 'ACTPAYT.R8168428.FTPFILEA'

but I just want to delete this data set, could you pls explain that why I got this error?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Feb 13, 2009 9:41 am
Reply with quote

Hello,

Quote:
could you pls explain that why I got this error
I'm not certain why this error occurred.

What is shown when you press F1 a second time?

Is the file on this volume (TMPV1D) if you look in the vtoc? Might the dataset be in use on some other system?
Back to top
View user's profile Send private message
clarkzx

New User


Joined: 04 Jun 2008
Posts: 7
Location: Rochester

PostPosted: Fri Feb 13, 2009 7:24 pm
Reply with quote

dick scherrer wrote:
Hello,

Quote:
could you pls explain that why I got this error
I'm not certain why this error occurred.

What is shown when you press F1 a second time?

Is the file on this volume (TMPV1D) if you look in the vtoc? Might the dataset be in use on some other system?

Dick, I PF1 one second time and got the message like ' Deallocation failed for data set 'ACTPAYT.R8168428.FTPFILEA' ', this data set is on volumn TMPV1D, and no other system is using it.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Feb 13, 2009 7:35 pm
Reply with quote

Normally I would delete (DELETE spelled out) a dataset.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Feb 13, 2009 8:28 pm
Reply with quote

Hello,

Have you been able to delete the dataset?

If not, suggest you talk with your storage management people.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Fri Feb 13, 2009 9:54 pm
Reply with quote

Use MSGID ON to display the message number. You may be able to get more information by searching on the message number.

First you see the short message in the upper right, then when you press F1, you should see the long message, with message number included.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Sat Feb 14, 2009 3:58 pm
Reply with quote

You could enter TSO ISRDDN to check that your session has not allocated the file and failed to free it.

If this is the case, use F to free the allocation and then delete the dataset.
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 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 DFHPI1008 JSON generation failed COBOL Programming 0
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top