IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error: THE MODULE ' ' NOT FOUND


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mfhelp
Warnings : 1

New User


Joined: 29 Jun 2006
Posts: 33

PostPosted: Thu Jun 29, 2006 2:12 pm
Reply with quote

While executing a program, i encountered following problem:

THE MODULE ' ' NOT FOUND
which means the module name was not displayed i.e. SPACES

What could be the probable reason?

-mfhelp
Back to top
View user's profile Send private message
prasadvrk

Active User


Joined: 31 May 2006
Posts: 200
Location: Netherlands

PostPosted: Thu Jun 29, 2006 4:04 pm
Reply with quote

Can you provide fuller spool details
Back to top
View user's profile Send private message
mfhelp
Warnings : 1

New User


Joined: 29 Jun 2006
Posts: 33

PostPosted: Thu Jun 29, 2006 6:11 pm
Reply with quote

CEE3501S The module was not found.
From compile unit RAVW178 at entry point RAVW178 at compile unit offset +00006052 at entry offset +00006052 at address 1A0D3BAA.
Back to top
View user's profile Send private message
mfhelp
Warnings : 1

New User


Joined: 29 Jun 2006
Posts: 33

PostPosted: Thu Jun 29, 2006 6:11 pm
Reply with quote

CEE3501S The module was not found.
From compile unit RAVW178 at entry point RAVW178 at compile unit offset +00006052 at entry offset +00006052 at address 1A0D3BAA.
Back to top
View user's profile Send private message
prasadvrk

Active User


Joined: 31 May 2006
Posts: 200
Location: Netherlands

PostPosted: Thu Jun 29, 2006 6:18 pm
Reply with quote

mfhelp wrote:
CEE3501S The module was not found.
From compile unit RAVW178 at entry point RAVW178 at compile unit offset +00006052 at entry offset +00006052 at address 1A0D3BAA.


The following is the result of quick reference query:

CEE3501S The module module-name was not found.

Explanation: The system could not find the load module whose name was
specified on the parameter list to the Language Environment load service,
in the indicated library (job library or link library).

Programmer Response: Make sure the requesting program name was not
incorrectly modified. Make sure that the indicated library is correct in
the job step. Correct the error, and execute the job step again.

System Action: Module is not loaded. The application might abend.

Symbolic Feedback Code: CEE3DD

Take a careful look at the programmer's response and find if any of the things listed there is missing.
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Thu Jun 29, 2006 6:21 pm
Reply with quote

MAy be,

The Load Module was not found in the Linklib you specified in the JCL.

Compile the PGM again the LINKLIB specified in the Job

~Vamsi
Back to top
View user's profile Send private message
amitmyamit

New User


Joined: 15 Jun 2006
Posts: 1

PostPosted: Fri Jun 30, 2006 2:07 pm
Reply with quote

The called module (say XXXX) worked fine for 3 records of my infile and for the 4th record, the problem occured.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top