View previous topic :: View next topic
|
Author |
Message |
RockyS
New User
Joined: 16 Apr 2009 Posts: 10 Location: India
|
|
|
|
I coded a new COBOL batch program which calls an existing COBOL routine which in turn is calling ADABAS. Irrespective of the nature of call, whenver the first call to ADABAS is encountered, run time abend U4038 is occurring.
IGZ0033S
An attempt was made to pass a parameter address above 16 megabytes to AMODE(24) program ADABAS. From compile unit GPS0002 at entry point GPS0002 at compile unit +000004A2 at entry offset +000004A2 at address 1CF004C2.
The program had compiled fine previously (using Changeman). I tried recompiling the calling program with the same AMODE(24) (default is AMODE(31) in our shop) but still the same problem is coming.
Help sought! |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Is your COBOL compile option DATA(24) or DATA(31)? |
|
Back to top |
|
|
RockyS
New User
Joined: 16 Apr 2009 Posts: 10 Location: India
|
|
|
|
Issue is resolved. I link-edited all the called routines with AMODE(24).
Thanks! |
|
Back to top |
|
|
|