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

Link all COBOL modules.


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
deepak.tcs

New User


Joined: 02 Dec 2008
Posts: 11
Location: Chennai

PostPosted: Mon Feb 02, 2009 5:37 pm
Reply with quote

Hi all,
I want to create a REXX routine that accepts a COPYBOOK name as input from the user. Then compile and link all the COBOL modules where this COPYBOOK is used. Please suggest a good way of doing it.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Mon Feb 02, 2009 6:21 pm
Reply with quote

deepak.tcs wrote:
... compile and link all the COBOL modules where this COPYBOOK is used...


How would this be determined?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Feb 02, 2009 6:44 pm
Reply with quote

if Your organization has a development environment with a Change management tool,
it should be semi automatic ( it is with SCLM )
apply a dummy update ( like add a comment line ) and SCLM will happily recompile all the sources depending on that copy book.

if You want to do it Yourself ( long task ) look at the ISPF member list utility
( it will cross reference the user and the where_used )
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top