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 

U4093

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


Joined: 14 Oct 2004
Posts: 62
Topics: 21

PostPosted: Tue Oct 17, 2006 7:54 am    Post subject: U4093 Reply with quote

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.
Back to top
View user's profile Send private message
niks_jude
Beginner


Joined: 23 Nov 2006
Posts: 8
Topics: 2

PostPosted: Fri Mar 16, 2007 9:11 am    Post subject: Reply with quote

Try giving region pareameter region=0M or region=0K.I hope it helps.
Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Fri Mar 16, 2007 9:25 am    Post subject: Reply with quote

it says a load module does not have a main function - have you coded
Code:
OPTIONS(MAIN)

on your entry statement?
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 -> Problem Determination 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