View previous topic :: View next topic |
Author |
Message |
pradeepg Beginner

Joined: 06 Jan 2003 Posts: 25 Topics: 12 Location: Columbus, OH
|
Posted: Fri Aug 05, 2005 8:33 am Post subject: Compile parms |
|
|
Hi,
Is there a way to find out what compile parms have been used while compile process by looking at the load module.
Thanks in advance.
- Pradeep |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Aug 05, 2005 8:45 am Post subject: |
|
|
pradeepg,
Not Really. Why not simply re-compile the pgm once again?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
SureshKumar Intermediate
Joined: 23 Jan 2003 Posts: 211 Topics: 21
|
Posted: Sun Aug 07, 2005 3:01 am Post subject: |
|
|
pradeepg,
You may recompile or if its a production system probably there may be a Change Control product like Endevor which will provide the compile listing. |
|
Back to top |
|
 |
pradeepg Beginner

Joined: 06 Jan 2003 Posts: 25 Topics: 12 Location: Columbus, OH
|
Posted: Tue Aug 09, 2005 8:28 am Post subject: |
|
|
Thanks Kolusu and Suresh for your response.
Actually we got some load module from different system and we are trying to call that from a program we wrote. We are encountering S0C4 abend. In debug mode I can see the linkage section variables populated correctly before calling the program but when the control passed to called program the linkage section is having garbage and abending with S0C4 even before it reaches the Procedure division. My guess is may the compiler options are mismatching. also checked the linkage section structure they both are matching in calling and called programs.
Any pointers ??
Thanks in advance. |
|
Back to top |
|
 |
|
|