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

Deleting large number of elements from Endever


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ParagChouguley

Active User


Joined: 03 Feb 2007
Posts: 175
Location: PUNE(INDIA)

PostPosted: Thu Jul 17, 2008 12:04 pm
Reply with quote

Hi All,
I have a list of some endever elements (more than 500) which include COBOL programs, bindcards, Includes, etc. I want to delete all of them from endevor after taking backup in PDS. What is the quickest possible way ????

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

Global Moderator


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

PostPosted: Thu Jul 17, 2008 12:32 pm
Reply with quote

Parag,

I have been at three sites that use endevor and each had its own perferred procedure.

I would talk to your endevor support group.

Where I am now, I would generate retrieve SCL for the modules.

Problem with retrieve scl, it requires the level/version number. so that would require using the endevor screens to generate the scl - (stop complaining about 500 items - I have 9700 items to deal with where i am).
I would then massage the retrieve scl (deleting the vsn stuff and changing retrieve to delete).

The retrieve can be a batch process. the delete would probably be required to be a package.
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Thu Jul 17, 2008 12:40 pm
Reply with quote

Parag,
Firstly use package to delete instead of batch also, it will be faster,

secondly, you can create an scl with delete option only (instead of creating retrieve and change to delete).

If all the elements are from same environment/system/subsystem (endevor terminology) you can use "DISPLAY OPTION = N" instead of default =Y, so that endevor generates all scl rather than you select each element.

Using package you will have a record which I guess is required to delete bunch of modules from Endevor.
Back to top
View user's profile Send private message
ParagChouguley

Active User


Joined: 03 Feb 2007
Posts: 175
Location: PUNE(INDIA)

PostPosted: Thu Jul 17, 2008 12:41 pm
Reply with quote

Quote:

Problem with retrieve scl, it requires the level/version number.

No problem ! I can provide it !
Actually the list of elements along with Sys, Subsys, Type, Level, version is avialable in a PS file, one row for each element. So I was thinking about a job or something, which will read the record and process it. This way for all the records.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Increase the number of columns in the... IBM Tools 3
Search our Forums:

Back to Top