MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

delete DBD and PSB

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS
View previous topic :: View next topic  
Author Message
yadav2005
Intermediate


Joined: 10 Jan 2005
Posts: 348
Topics: 144

PostPosted: Sat Jan 06, 2007 12:29 am    Post subject: delete DBD and PSB Reply with quote

I have a requirement to create a DBD and a PSB and i am doing successfully with the process of DBDGEN and PSBGEN ? My question is after getting created the DBD and PSB how can i delete them physically ? Can anyone clarify me if my understanding is correct or not .By physically delete means deleting the database structure and PSB Structure.
Back to top
View user's profile Send private message
sunkusiva
Beginner


Joined: 04 Apr 2006
Posts: 8
Topics: 1

PostPosted: Tue Jan 09, 2007 1:16 pm    Post subject: Reply with quote

Hi Yadav,
Following code may help you. This will Delete the Blocks generated by ACB.
Code:

//STEP     EXEC ACBGEN,                 
//             COMP='PRECOMP,POSTCOMP',
//             SOUT=A                   
//SYSIN    DD  *                       
     DELETE PSB=PSB1                   
     DELETE DBD=(DBD1,DBD2,DBD3)       
/*                                     
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group