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

ENDEVER - Check out all programs in test PDS


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
hsk

New User


Joined: 28 Nov 2006
Posts: 69
Location: India

PostPosted: Fri Apr 13, 2007 11:56 am
Reply with quote

We use ENDEVER as version control tool. I want to retrieve all source modules to my test PDS.
Actually problem is we can browse ENDVER's source lib through 3.4 like copylib (we browse NDV00F.PRODMLQ.COPYLIB to see all copybooks added to endever)

Is there any utility or option in endever which will retrieve all PGMs in my test pds ?
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Fri Apr 13, 2007 12:19 pm
Reply with quote

If your shop allows just check with the option of endevour. While reteriving any element it ask where to retreive the element. At that time you can give you test lib. In some shop it ge's reterive to the default library, where as in some shop you need to provide the same. If you can betetr picture what actully options avalaible in your shop i think we can help u in more better way.
Back to top
View user's profile Send private message
hsk

New User


Joined: 28 Nov 2006
Posts: 69
Location: India

PostPosted: Mon Apr 16, 2007 2:59 pm
Reply with quote

Thanks kanak,
We have option to checkout the source to personal PDS,
Problem is the number of jobs.....
I want to check out all production source programs to personal PDS.Doing it manually is vertually impossible so i am searching for some kind of utility or option that will check out all SRC to PDS i specify!!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Apr 16, 2007 3:18 pm
Reply with quote

Hi!

In any source control environment "checking out" a source usually means ( apart copying sometimes the source to some other location ) raise in the control files a flag telling everybody that the source is being modified, in order to serialize the modifications.

My feeling is that if You want ( and are allowed ) to browse the sources there is no need to check them out

On the other side checking out all the sources will certainly prevent all the developers of Your organization from doing their job !

regards
Back to top
View user's profile Send private message
hsk

New User


Joined: 28 Nov 2006
Posts: 69
Location: India

PostPosted: Mon Apr 16, 2007 5:17 pm
Reply with quote

Thanks enrico-sorichetti for the information...........
But my task is ..........
I have some 30-40 src programs which use some logic for date calculation. For some reason i want to make some small change in the logic. Every program will have similar kind of change.
(e.g. Change WS-RE-DATE to WS-NEW-REF-DATE ... like that !!)
I have a REXX utility to which i will have to provide the PDS that contains SRC and have to specify the change to be made.
The utility will actually browse through the SRC's and will make the changes.
For this first i need to checkout all my 30-40 elements ,make changes and again check in .....
So i was looking for some trick which will do this Bulk Checkout/Checkin ... (atleast check out !!)
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Mon Apr 16, 2007 5:20 pm
Reply with quote

If you're going to change them all anyway, why not make the date routine a seperate called module. That way you'll only need to change it once next time.
Back to top
View user's profile Send private message
hsk

New User


Joined: 28 Nov 2006
Posts: 69
Location: India

PostPosted: Mon Apr 16, 2007 5:26 pm
Reply with quote

Yup ... that is good option .... but my single line change will make that logic to work for next century .... so i don't think client will opt for the subroutine thing ..... and anyways ..... i will have to change all programs that is for sure ......
So is there anyway to do it Bulk ? ..... this is the only question ??
Back to top
View user's profile Send private message
ashwinreddy

Active User


Joined: 16 Sep 2004
Posts: 106
Location: Hyderabad

PostPosted: Tue Apr 17, 2007 2:17 pm
Reply with quote

Hi,

I think you can retrieve all PGMs in your test pds,

1) First create a Retrive SCL(A) for one PGM.
2) Edit that Scl member A and repeat that code for the number of PGMS you want to retrieve.
3) Change the Program name in each scl to corresponding PGM name.

And remember to change the class parameter in the Endevor Job card.

Cheers
Ashwin
Back to top
View user's profile Send private message
hsk

New User


Joined: 28 Nov 2006
Posts: 69
Location: India

PostPosted: Wed Apr 18, 2007 9:59 am
Reply with quote

Thanks Ashwin,
That sounds tobe THE solution, Will try that !! Thanks !!!
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts How to check whether who renamed the ... JCL & VSAM 3
Search our Forums:

Back to Top