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

How can I delete the RRDS and RRDS.data


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

New User


Joined: 18 Apr 2006
Posts: 21

PostPosted: Mon May 15, 2006 7:49 pm
Reply with quote

WYL.NY.XDS.RRDS2.DATA - data cmpnt
WYL.NY.XDS.RRDS2.INDEX - index cmpnt
WYL.NY.XDS.RRDS3 - cluster
WYL.NY.XDS.RRDS3.DATA - data cmpnt
WYL.NY.XDS.RRDS4 - cluster
WYL.NY.XDS.RRDS4.DATA - data cmpnt
Command?



WYL.NY.XDS.ESDS.INDEX - index cmpnt
WYL.NY.XDS.ESDS1 - cluster
WYL.NY.XDS.ESDS1.DATA - data cmpnt
WYL.NY.XDS.ESDS1.INDEX - index cmpnt
WYL.NY.XDS.ESDS3 - cluster
WYL.NY.XDS.ESDS3.DATA - data cmpnt
WYL.NY.XDS.ESDS4 - cluster
WYL.NY.XDS.ESDS4.DATA - data cmpnt
WYL.NY.XDS.LIB
WYL.NY.XDS.MYLIB
WYL.NY.XDS.RRDS1 - cluster
WYL.NY.XDS.RRDS1.DATA - data cmpnt
WYL.NY.XDS.RRDS2 - cluster


how can i delete the rrds1 and rrds1.data?
thx guys
Back to top
View user's profile Send private message
shrivatsa
Warnings : 1

Active User


Joined: 17 Mar 2006
Posts: 174
Location: Bangalore

PostPosted: Mon May 15, 2006 8:10 pm
Reply with quote

Do this
It will delete the CLUSTER as Well as the data and Index
DELETE xxxx.TEST.CLUSTER -
CLUSTER


Please correct me if I am wrong
Back to top
View user's profile Send private message
sundaresanjs

New User


Joined: 29 May 2006
Posts: 18
Location: USA

PostPosted: Mon May 29, 2006 6:39 pm
Reply with quote

hi shri,

i think the delete string should be given as

DELETE xxxx.TEST.CLUSTER -
PURGE


AND some of the parameters are

ERASE/NOERASE
PURGE/NO PURGE------purge allows the deletion even though expiration
date is still due
AIX----------------------deletes only the aix of the cluster
PATH--------------------Request only the path name to be deleted
FORCE/ NO FORCE -- FORCE deletes the dataset even if it is not empty



comment if any mistakes


thanks

regards

Sundaresan J
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 Store the data for fixed length COBOL Programming 1
No new posts DELETE SPUFI DB2 1
No new posts DSNTIAUL driven delete IBM Tools 0
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
Search our Forums:

Back to Top