View previous topic :: View next topic |
Author |
Message |
iklingen Beginner
Joined: 11 Feb 2005 Posts: 5 Topics: 2
|
Posted: Tue May 23, 2006 5:44 am Post subject: C-program compatibility on z/OS(1.4-1.7) and OS/390 |
|
|
Hi All.
I need to compile C-programms to running on z/OS (1.4-1.7) and OS/390 2.10.
Currently, when I use a default compiler options to compile on z/OS 1.6 I can not run these programms on OS/390 2.10. They are failed with ABEND 806-2C.
Can anybody suggest me needed compiler options to generate a compatible code?
Thanks a lot. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue May 23, 2006 7:00 am Post subject: |
|
|
iklingen,
I don't think the abend 806-2c has got anything to do with the compiler options. You are having problem fetching some of the routines. There should be error messages starting CSVxxxI.
Alternatively you can compile your programs using the option 4 (Foreground) and then option 19 depending your system.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
DaveyC Moderator

Joined: 02 Dec 2002 Posts: 151 Topics: 3 Location: Perth, Western Australia
|
Posted: Tue May 30, 2006 1:16 am Post subject: |
|
|
If you are using the IBM C compiler you may want to check out the TARGET compiler option. However, IBM do state that the runtime is not backwards compatible, so you may need to review your requirements. _________________ Dave Crayford |
|
Back to top |
|
 |
|
|