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

Line command to deletes datasets


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

New User


Joined: 03 Aug 2007
Posts: 19
Location: Naperville

PostPosted: Wed May 07, 2008 6:51 pm
Reply with quote

Hi,

I am looking for a line command that can be used to mass delete datasets from option 3.4 in ISPF.

For instance there are 300 datasets starting with the qualifier TEST10.*.*
And i need to delete all of them using a line command.

Please let me know if there is any such command.

Thanks.

Avinash
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed May 07, 2008 7:20 pm
Reply with quote

TSO DELETE 'TEST10.*.*'
Back to top
View user's profile Send private message
avinashgup

New User


Joined: 03 Aug 2007
Posts: 19
Location: Naperville

PostPosted: Wed May 07, 2008 7:46 pm
Reply with quote

This is throwing an error saying that "REENTER THIS OPERAND". I am not sure if we can use the wild card qualifier with the delete command.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed May 07, 2008 8:06 pm
Reply with quote

maybe not hlq.*.* - I can not test it here because at my site, the HLQ is the same for every ds for about 100 of us.
but HLQ.MLQ.* works.

either that or you did not type properly.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Wed May 07, 2008 8:38 pm
Reply with quote

It's documented that DELETE won't work against a single HLQ.

Seems like there's a few options:

1. Write a small CLIST or REXX exec to use ISPF Dialog Services to replicate the same process.

2. Print the dataset list to a file, edit the file and add a DELETE command in front of each dataset name, and then run that through IDCAMS.
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
Search our Forums:

Back to Top