MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

IGZ0033S error when calling an assembler program

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming
View previous topic :: View next topic  
Author Message
carolanjm
Beginner


Joined: 04 Nov 2004
Posts: 5
Topics: 2

PostPosted: Tue Nov 09, 2004 5:16 am    Post subject: IGZ0033S error when calling an assembler program Reply with quote

I have a cobol program that calls an assembler program during execution I get this error

IGZ0033S An attempt was made to pass a parameter address above 16 megabytes to A
From compile unit ZDPB0702 at entry point ZDPB0702 at compile unit offs
at address 1B501BD6.


To try and fix it I added CBL DATA(31) to the top of my cobol program, it made no difference to the run howver.
Do I need to modify my assembler code also, if so, with what?.

Thanks.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Tue Nov 09, 2004 5:42 am    Post subject: Reply with quote

carolanjm,

You need to compile your assembler pgm as 31 bit. However if you don't have access to the assembler program thenchange your cobol and compile it with CBL DATA(24) and link-edit with AMODE(24) RMODE(24)

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
carolanjm
Beginner


Joined: 04 Nov 2004
Posts: 5
Topics: 2

PostPosted: Tue Nov 09, 2004 6:03 am    Post subject: Reply with quote

Great man,

Thanks a lot for your help, this worked.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Application Programming All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group