I found the problem, it was in my procs to compile and link C ...my stupid mistake ....sorry guys and gals ....man
Scott J Ford Software Engineer http://www.identityforge.com/ ________________________________ From: Jon Perryman <[email protected]> To: [email protected] Sent: Wednesday, September 11, 2013 2:54 PM Subject: Re: C calling assembler What is the abending instruction and the instruction just before it? What is the failing offset into the assembler program? Is the module linked correctly? My guess is that you are abending in the C program or the C program is not defined as the entry point. If you got the +5A from the abend messages, then you need to use the linkage editor output or AMBLIST LISTLOAD for the failing load module in the abend messages. From either listing, you can determine where your C and assembler programs start. Adjust the offset accordingly to get the module offset. Jon Perryman. ----- Original Message ----- > From: Scott Ford <[email protected]> > > I need another pair of eyes ..I am seeing a S0C4 at +5A which looks like its > inside the called assembler code..
