Roger, Is your target a PDSE. That seems to be the first line of thought. http://www.mail-archive.com/[email protected]/msg01633.html bobbee
Date: Mon, 15 Jan 2007 00:36:36 -0500From: [EMAIL PROTECTED]: z/OS HelpTo: [EMAIL PROTECTED],I'm getting a really strange error from the z/OS linker when I try to build a program (exit) on the mainframe. IEW2606S 4B39 MODULE INCORPORATES VERSION 3 PROGRAM OBJECT FEATURES AND CANNOT BE SAVED IN LOAD MODULE FORMATThis is the only error message that I get. It compiles (RC=00) and prelinks (RC=04) just fine. I have checked and rechecked both the prelink and link parameters but I don't see anything wrong with them but a fresh pair of eyes will probably stop the problem in a second.I have separate C sources for common modules and compile them individually (see attached edcc.jcl). Then I compile, prelink and link the main C source (see attached edccpl.jcl). I have done this many times in the past on the mainframe for different customers without any problems.JCL://COMP001 EXEC EDCC,MEMBER='CWSXC1'//COMP002 EXEC EDCC,MEMBER='CWSXC2'//COMP003 EXEC EDCC,MEMBER='CWSXC3'//*//CPL01 EXEC EDCCPL,MEMBER='TSTEXIT'PreLink statements:INCLUDE SYSMODINCLUDE OBJECT(CWSXC1)INCLUDE OBJECT(CWSXC2)INCLUDE OBJECT(CWSXC3)Link StatementsINCLUDE SYSLIB(EDCXMEM)INCLUDE SYSLIB(CSQXSTUB)INCLUDE SYSLIB(CWSXC1)INCLUDE SYSLIB(CWSXC2)INCLUDE SYSLIB(CWSXC3)ENTRY TSTEXITNAME TSTEXIT(R)Ok, now to the strange part. I can build a "HelloWorld" application without any problem using the edccpl.jcl PROC. If I take all the C source code for TSTEXIT and put it all into 1 C source file then it will build just fine using the edccpl.jcl PROC. Therefore, there must be something wrong with either my prelink or link parameters but I don't see it.I even deleted my LOAD dataset and recreated it exactly the same as the WMQ SCSQLOAD dataset but it made no difference.Any help would be appreciated.Regards,Roger LacroixCapitalware Inc. List Archive - Manage Your List Settings - Unsubscribe Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com _________________________________________________________________ Get into the holiday spirit, chat with Santa on Messenger. http://imagine-windowslive.com/minisites/santabot/default.aspx?locale=en-us To unsubscribe, write to [EMAIL PROTECTED] and, in the message body (not the subject), write: SIGNOFF MQSERIES Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://listserv.meduniwien.ac.at/archives/mqser-l.html
