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 

IMS Batch Region Abend

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


Joined: 25 Feb 2003
Posts: 124
Topics: 29

PostPosted: Tue May 06, 2003 9:53 am    Post subject: IMS Batch Region Abend Reply with quote

Hi,

I am getting the following error when submitting my JCL.

Quote:
CEE3191E An attempt was made to initialize an AMODE24 application without using the ALL31(OFF) and STACK(,,BELOW) run-time options.
The traceback information could not be determined.


When using load module compiled previously, i do not get this error. However, when using load modules re-compiled, i get this error. Can any one help me with this.

Regards,
Manoj.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


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

PostPosted: Tue May 06, 2003 11:55 am    Post subject: Reply with quote

Manoj,

Code this as the first line (before identification division) in your program and recompile the program.
Code:

CBL DATA(31)


let us know if it works.

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
manojagrawal
Beginner


Joined: 25 Feb 2003
Posts: 124
Topics: 29

PostPosted: Tue May 06, 2003 11:59 am    Post subject: Reply with quote

Hi Kolusu,

I am using PL/I. Any difference in what I code?

Regards,
Manoj.
_________________
Thanks & Regards,
Manoj.
Back to top
View user's profile Send private message
manojagrawal
Beginner


Joined: 25 Feb 2003
Posts: 124
Topics: 29

PostPosted: Mon May 12, 2003 4:44 am    Post subject: Reply with quote

Hi,

I got the solution to this. There was a recent conversion to the LE environment (of which i was not aware). Thus, using a addressing mode of 24 was causing this problem.

Leaving it to the system defaults during the compile (which picked up Amode=31 and rmode=any) got this running fine.

I also looked up some LE documentation, where this was listed. However, the solution there was to include ALL31(OFF) and STACK(,,BELOW) in the runtime options. Now, How do I do this??? (Another solution to the problem by keeping amode=24). Any ideas.

Regards
Manoj.
Back to top
View user's profile Send private message
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Mon May 12, 2003 4:45 pm    Post subject: Reply with quote

Not sure whether this is relevant to your case, but we recently went through a conversion to z/os and got similar error messages. Our systems programmers admitted to using the wrong installation parameters, and were able to solve the problem very quickly. I suggest you talk to your systems programmers (but very diplomatically!).
_________________
The day you stop learning the dinosaur becomes extinct
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 -> IMS 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