> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Arie Kremer > Sent: Monday, August 06, 2007 2:46 PM > To: [email protected] > Subject: U2530 > > > Hi, > > I receive the following message from a program that calls an > entry from a > dynamically loaded legacy COBOL from my Assembler. The offset > +0000007C > points to BALR 14,15. The called entry is the second entry in the load > module. The first one has no return value, therefore I cannot > know whether > it works correct: > > CEE3250C The system or user abend U2530 R=NULL was issued. > From entry point CALLAPPL at compile unit offset > +0000007C at entry > offset +0000007C at address 0BD86F24. > > Please help.
Your COBOL subroutine deliberately abended. Likely by calling ILBOABN0 or CEE3ABD. The U2530 would be documented within the COBOL source code, if it is documented anywhere at all. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

