If it's dynamic loading then one thing to check would be that the Cobol with entry points needs to be compiled with the NAME(ALIAS) option. If it was not, the entry points cannot be accessed dynamically.
Aliases (Entry points) need to be unique names in the load library the executable is in. Darren -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Arie Kremer Sent: Monday, August 06, 2007 12: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. ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

