Hilltop Beginner
Joined: 14 Oct 2004 Posts: 62 Topics: 21
|
Posted: Tue Oct 17, 2006 7:54 am Post subject: U4093 |
|
|
I am trying to debug the PLI program using xpediter. when I execute the program I get the following problem.
Code: | A Language Environment U4093 abend occurred during execution of program
CEEROOTA.
*******************************************
* Analysis of Error *
*******************************************
0Language Environment issued user abend 4093, reason code 00000070.
0One or more errors were detected during Language Environment
initialization for this application. A load module was found to have
no main procedure/function.
0You may need to notify your systems programmer.
*******************************************
* Call Trace Summary *
*******************************************
*******Calling******* ****Return**** *******Called********
Load-Mod Program Type Value Program Load-Mod
1 A B E N D - A I D A A S N A P PAGE 2
0*SYSTEM Links to DFSRRC00 DFSRRC00
DFSRRC00 DFSRRC00 DISP 00000098 Links to DFSPCC30 DFSPCC30
DFSPCC30 DFSPCC30 DISP 000006F7 Calls DFSCIR00 DFSBC000
DFSBC000 DFSCIR00 Calls *UNKNOWN
*UNKNOWN Calls ADSRA519 ADSRAXAB
ADSRAXAB ADSRA312 Calls *UNKNOWN
*UNKNOWN Calls CEESTART X000IMSX
The program calling SNAPAID is not on the calling chain.
----------------------------------------------------------------------
Load-Mod Amode Rmode Resides in
CEEROOTA 31 ANY SYS1.SCEELKED
DFSRRC00 24 24 LIBTEST.RESLIB
DFSPCC30 31 24 LIBTEST.RESLIB
DFSBC000 31 ANY LIBTEST.RESLIB
ADSRAXAB 31 24 SYSR.XPED.P1.SLXTLOAD
X000IMSX 31 ANY SYS06290.T143445.RA000.M01B667.R0136437
-----------------------------------------------------------------------
*******************************************
* Application Program Attributes *
*******************************************
Load-Mod Program Compile Date Length Language
CEEROOTA CEEROOTA 12 MAR 2004 000001F0 HLASM |
I did link the program using the parm Code: | PARM='MAP,LIST,NCAL,RENT,LINECT(55),LET,AMODE(31),RMODE(ANY)' | and my compile parm is Code: | PARM=('MAP,XREF,LIST') |
Please help me out in resolving this issue.
Thanks. |
|