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

Delete PDS members without deleting dataset itself


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jaydeb

New User


Joined: 17 Oct 2005
Posts: 9
Location: Pune

PostPosted: Tue Oct 30, 2007 2:39 pm
Reply with quote

I want to delete the members of a PDS dataset without deleting the dataset itself. Here, I don't know the exact number of members the PDS dataset is having, may be 100 or more.
How to write a job to delete these members of the PDS.

Thanks & Regards,
Jaydeb
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Oct 30, 2007 2:47 pm
Reply with quote

Do You want to delete all the members or selectively ??

there are tools available to "empty/reset" the directory of a PDS/PDSE

the members You want to delete have some common patterns..

for example delete members starting_with or containing some string
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Oct 30, 2007 2:53 pm
Reply with quote

if it is one time task You can

go to ispf option 3.4
list Your dataset
choose the option m

on the command line issue the command

s * d

to delete all the members ( You can in the next panel turn confirm off )

or for a pattern

s aa* d

same as before

after deletion it would be better to compress te dataset if PDS
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Tue Oct 30, 2007 2:54 pm
Reply with quote

Here's a couple of previous topics that may be relevant:

ibmmainframes.com/about6047.html
ibmmainframes.com/about16738.html
Back to top
View user's profile Send private message
jaydeb

New User


Joined: 17 Oct 2005
Posts: 9
Location: Pune

PostPosted: Tue Oct 30, 2007 3:18 pm
Reply with quote

Hi All,

Thanks all for your help. I found ispf option 3.4 option more convenient.
Anyway, Thanks again to you all.

Thanks & Regards,
Jaydeb
Back to top
View user's profile Send private message
Priya_1985

New User


Joined: 06 Oct 2008
Posts: 3
Location: Hyderabad

PostPosted: Sat Oct 18, 2008 11:42 am
Reply with quote

Hi all

u hav a option S * d,for deleting selectively members..is there any command to delete the PDS selectively at a time.
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: Sat Oct 18, 2008 8:03 pm
Reply with quote

Hello,

Quote:
is there any command to delete the PDS selectively at a time
Please clarify - showing an example would help.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Sat Oct 18, 2008 8:51 pm
Reply with quote

Using REXX you can list the PDS members and then delete them one by one.

There are numerous examples of using REXX to list a PDS on this forum, and all you need to do is to invoke IDCAMS in the REXX to delete them.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts DELETE SPUFI DB2 1
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top