View previous topic :: View next topic |
Author |
Message |
deepeshk79 Beginner
Joined: 20 Jun 2003 Posts: 112 Topics: 48 Location: Bangalore
|
Posted: Mon Mar 07, 2005 7:16 am Post subject: Changeman Compile |
|
|
Hi,
I have a pgm A in changeman.
Pgm A Calls Pgm B (statically linked).
I dont have the source of Pgm B, but i have the loadlib for it in my personal pds. When i stage Pgm A in changeman it doesnt compile successfully because the call to Pgm B fails.
Where can i give the loadlib for Pgm B in changeman. Any idea on the options ??
I tried modifying the changeman jcl that i got in SDSF by giving the correct loadlib but it doesnt work.
Any ideas....
Thanks,
Deepesh |
|
Back to top |
|
|
gharisankar Beginner
Joined: 10 Jul 2004 Posts: 19 Topics: 3 Location: C/O Platform - Mainframe
|
Posted: Mon Mar 07, 2005 7:56 pm Post subject: |
|
|
Hi Deepesh
I think you have to concatenate your personal library in Linkedit SYSLIB. _________________ Regards
Hari |
|
Back to top |
|
|
deepeshk79 Beginner
Joined: 20 Jun 2003 Posts: 112 Topics: 48 Location: Bangalore
|
Posted: Tue Mar 08, 2005 1:27 am Post subject: |
|
|
Hi Hari,
I tried concatenating my loadlib to SYSLIB and JOBLIB. But in both cases the Changeman job fails at SERCOPY step.
Still in the soup !!!
Deepesh |
|
Back to top |
|
|
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Fri Mar 11, 2005 10:56 am Post subject: |
|
|
Try staging the B's load module from your PDS to the same package as A but as a LOB member and try compiling A once again.
________
herbalaire
Last edited by coolman on Sat Feb 05, 2011 1:40 am; edited 1 time in total |
|
Back to top |
|
|
raam_narayan Beginner
Joined: 28 Apr 2006 Posts: 12 Topics: 2
|
Posted: Thu May 04, 2006 10:31 am Post subject: |
|
|
HI Deepesh,
Adding to what COOLMAN has replied you need to stage the Sub routine from your development PDS to ur Chengeman Staging LIbrary... however i do not think u can stage it as LOB because if the program is the COBDB2 then u can do it , but i'm not sure what is the SRC made of.. so anyway u can try with the * and u would be getting all the possible LIBRARY so u can choose one from it... pls revert in case of any issue
Thanks & Regards,
V.Ram NArayan |
|
Back to top |
|
|
German Castillo Beginner
Joined: 23 Dec 2005 Posts: 83 Topics: 2 Location: Caracas, Venezuela
|
Posted: Thu May 04, 2006 11:23 am Post subject: |
|
|
There is a way... I myself wouldn't do it, since I will have a load module in baseline without its corresponding source module.
For what it is worth, here it goes...
Just Stage (Option C1 would do it) your B-module (the one lacking source module) as a load module itself!
Now the lked will go thru since staging datasets are (should be??) concatenated in front of most syslib
Hope it helps _________________ Best wishes,
German Castillo |
|
Back to top |
|
|
|
|