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

First prg statically link the 2nd prg and 2nd link 3rd


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
padmalaya89

New User


Joined: 15 Jul 2005
Posts: 8
Location: krishnagiri

PostPosted: Tue Jul 11, 2006 7:46 am
Reply with quote

i have 100 of subprogram liked statically(ie first prg statically link the 2nd prg and 2nd link 3rd statically etc). i made modification in the 20th subprogram. what subprograms i have to recompile.
by
sp
thanks in advance
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Tue Jul 11, 2006 10:11 am
Reply with quote

Hi,

You need to recompile your main program and 1st to 20th subprograms.

Thanks,
Parikshit
Back to top
View user's profile Send private message
creator.abhishek

New User


Joined: 07 May 2006
Posts: 32
Location: Pune

PostPosted: Tue Jul 11, 2006 10:14 am
Reply with quote

if u hav specified subprograms in dynum mode then only recompile the 20th sub pgm otherwise aal u hav to recompile with main pgm.
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Tue Jul 11, 2006 10:39 am
Reply with quote

Hi,

I think padmalaya has specifically mentioned that his programs are statically linked so, in his case, he needs to recompile the main program and 1st program to 20th program.

Note that, in his case, 1st program calls 2nd program , 2nd program calls 3rd program and so on.
Back to top
View user's profile Send private message
padmalaya89

New User


Joined: 15 Jul 2005
Posts: 8
Location: krishnagiri

PostPosted: Tue Jul 11, 2006 12:59 pm
Reply with quote

hi
thanks for your reply. i think recompiling form main prg to 20 is correct answer.(b/z they are all static link) b/z at the time of interview i told that ans only.
once again thanks for all
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts How can i link the RHDCSNON programa ... IDMS/ADSO 2
No new posts Changeman: add library name for stati... Compuware & Other Tools 2
No new posts Run don't walk to your nearest ZOWE l... All Other Mainframe Topics 4
No new posts LE Modules in Link Edit COBOL Programming 1
No new posts Defining SYSLIB to USS c++ (cxx) comp... All Other Mainframe Topics 2
Search our Forums:

Back to Top