View previous topic :: View next topic |
Author |
Message |
tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Tue Oct 23, 2007 1:08 pm Post subject: LE Environment Incompatability Error |
|
|
Hello,
I am running Batch Xpediter, and I'm getting the following error :
The program compiles and links OK, but at run time, it abends.
Code: | XPD2215 ADSRA221 LE ENVIRONMENT HAS NOT BEEN RECOGNIZED AND THE LE ROUTINES
HAVE NOT BEEN ESTABLISHED
XPD4210 ADSRA194 A LANGUAGE PROCESSOR INCOMPATABILITY HAS OCCURRED.
XPD4211 ADSRA194 LANGUAGE PROCESSOR RELEASE USED TO COMPILE = 08.03.00
XPD4212 ADSRA194 LANGUAGE PROCESSOR RELEASE USED TO EXECUTE = 08.01.00
NO SOURCE LISTING INFORMATION FOUND FOR MODULE |
Can anyone suggest a solution to this?
Thanks. |
|
Back to top |
|
 |
CraigG Intermediate
Joined: 02 May 2007 Posts: 202 Topics: 0 Location: Viginia, USA
|
Posted: Tue Oct 23, 2007 1:26 pm Post subject: |
|
|
Sounds to me like a JOBLIB or STEPLIB problem. Which ever should match to the LIB used in the compile step. |
|
Back to top |
|
 |
vivek1983 Intermediate

Joined: 20 Apr 2006 Posts: 222 Topics: 24
|
Posted: Wed Oct 24, 2007 2:43 am Post subject: |
|
|
tcurrier,
Seems like the load libraries are not included in the SETUP option in the EXPEDITOR.
Include all the load libraries which you use in the STEPLIB of the job you would execute for debugging the program.
Hope this helps _________________ Vivek G
--------------------------------------
A dream is just a dream. A goal is a dream with a plan and a deadline. (Harvey Mackay) |
|
Back to top |
|
 |
|
|