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

S106 Abend - ACCESS FAILED FOR MODULE DFHTU640


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

New User


Joined: 20 Jan 2009
Posts: 15
Location: Chennai

PostPosted: Wed Apr 01, 2009 10:59 pm
Reply with quote

Hi,

Code:
//PRINT EXEC PGM=DFHTU640                         
//STEPLIB DD DSN=CICSTS31.CICS.SDFHLOAD,DISP=SHR   
//DFHBUXT DD DSN=CICS7.CICS.DFHBUXT,DISP=SHR       
//DFHAXPRT DD SYSOUT=A                             
//DFHAXPRM DD *                                   
  SHORT                                           
  EXCEPTION                                       
  TYPETR=(AP)                                     
/*               


This is the JCL i submitted to extract all or selected trace entries in the trace dataset. But i get the follwoing error


Code:
  ICH70001I NCEU45   LAST ACCESS AT 22:43:52 ON WEDNESDAY, APRIL 1, 2009         
 IEF236I ALLOC. FOR NCEU45A PRINT                                               
 IEF237I D803 ALLOCATED TO STEPLIB                                             
 IGD103I SMS ALLOCATED TO DDNAME DFHBUXT                                       
 IEF237I JES2 ALLOCATED TO DFHAXPRT                                             
 IEF237I JES2 ALLOCATED TO DFHAXPRM                                             
 IEW4000I FETCH FOR MODULE DFHTU640 FROM DDNAME STEPLIB  FAILED BECAUSE INSUFFIC
 CSV031I LIBRARY ACCESS FAILED FOR MODULE DFHTU640, RETURN CODE 24, REASON CODE
 CSV028I ABEND106-0C  JOBNAME=NCEU45A   STEPNAME=PRINT                         
 IEA995I SYMPTOM DUMP OUTPUT                                                   
 SYSTEM COMPLETION CODE=106  REASON CODE=0000000C                               
  TIME=22.53.03  SEQ=00394  CPU=0000  ASID=002D                                 
  PSW AT TIME OF ERROR  070C1000   8133E698  ILC 2  INTC 0D                     
    NO ACTIVE MODULE FOUND
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Apr 01, 2009 11:04 pm
Reply with quote

what does the manual say about
SYSTEM COMPLETION CODE=106 REASON CODE=0000000C
AKA abend S106
Back to top
View user's profile Send private message
pramodcmenon

New User


Joined: 20 Jan 2009
Posts: 15
Location: Chennai

PostPosted: Wed Apr 01, 2009 11:08 pm
Reply with quote

The attched document is the screen shot of the output screen[/img]
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Apr 01, 2009 11:11 pm
Reply with quote

the screen shot had the same info contained in the text part of the topic
I deleted the screen shot as a useless waste of resources
and reformatted the info You posted using the CODE tags
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Apr 01, 2009 11:32 pm
Reply with quote

Hello,

At the top of the page is a link to "IBM Manuals". Down the list is "MVS System Codes". Look at that manual for the 106 completion code.

If there is any question with what you find, post what you found and your question about it.
Back to top
View user's profile Send private message
pramodcmenon

New User


Joined: 20 Jan 2009
Posts: 15
Location: Chennai

PostPosted: Thu Apr 02, 2009 8:31 pm
Reply with quote

I AM NOT ABLE TO FIND A SOLUTION FOR MY PROBLEM IN THE MANUAL........... PLEASE HELP ME
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Apr 02, 2009 8:42 pm
Reply with quote

The Systems Code manual says (emphasis added)
Quote:
0C
Not enough storage was available for FETCH to get storage for the module or control blocks.
Is this enough of a clue?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Apr 02, 2009 8:44 pm
Reply with quote

Code:
 IEW4000I FETCH FOR MODULE DFHTU640 FROM DDNAME STEPLIB  FAILED BECAUSE INSUFFIC
 CSV031I LIBRARY ACCESS FAILED FOR MODULE DFHTU640, RETURN CODE 24, REASON CODE
 CSV028I ABEND106-0C  JOBNAME=NCEU45A   STEPNAME=PRINT                         


look at the messages and codes manual,
the solution is right there

www-03.ibm.com/systems/z/os/zos/bkserv/lookat/

cut/paste the message identifier in the message text box
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Apr 02, 2009 8:45 pm
Reply with quote

pramodcmenon wrote:
I AM NOT ABLE TO FIND A SOLUTION FOR MY PROBLEM IN THE MANUAL........... PLEASE HELP ME
Avoid the CAPs....
z/OS V1R10.0 MVS System Messages, Vol 8 (IEF-IGD) wrote:
IEW4000I FETCH FOR MODULE program-name FROM DDNAME ddname FAILED BECAUSE
INSUFFICIENT STORAGE WAS AVAILABLE.
Explanation: There was insufficient storage available to load the load module or program object.
System Action: An abend will occur unless the program was loaded by a LOAD macro with the ERRET option specified.
User Response: Rerun the job with a larger region size specified.
Back to top
View user's profile Send private message
pramodcmenon

New User


Joined: 20 Jan 2009
Posts: 15
Location: Chennai

PostPosted: Thu Apr 02, 2009 9:23 pm
Reply with quote

Thank you very much........ now it works
Back to top
View user's profile Send private message
Sharr39

New User


Joined: 12 Aug 2010
Posts: 9
Location: Mumbai

PostPosted: Wed Oct 13, 2010 10:35 am
Reply with quote

Hi
I got the same error but when I specified region as 0M in my job step still it's giving same abend with same message identifier.

Please help!!!
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Oct 13, 2010 4:07 pm
Reply with quote

Contact your site support group for assistance. Many sites restrict region size based on the job (name, class, accounting information ....) and your putting REGION=0M may have changed nothing. Furthermore, if your job has a REGION=2M (or whatever) on the JOB statement, placing REGION=0M on the EXEC will not change the region allocation either.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Oct 13, 2010 8:12 pm
Reply with quote

Hello and welcome to the forum,

How large is the module that is "too large"?
Back to top
View user's profile Send private message
Sharr39

New User


Joined: 12 Aug 2010
Posts: 9
Location: Mumbai

PostPosted: Wed Oct 13, 2010 9:06 pm
Reply with quote

Thanks Dick

The module is REXXDASD 66 1190 records are present in total.
It gives storage issue.

Hope this helps !!!!!
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Oct 13, 2010 9:47 pm
Reply with quote

The example JOB Stream to run DFHTU640 (TS 3.1), specifies REGION=2M.

Click below for the TS 3.1 (0640) Bookshelf -

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/DFHASI05

Then, click on "CICS Operations and Utilities Guide" and Search for "DFHTU640".

Bill
Back to top
View user's profile Send private message
Sharr39

New User


Joined: 12 Aug 2010
Posts: 9
Location: Mumbai

PostPosted: Thu Oct 14, 2010 10:52 am
Reply with quote

Thanks Bill for the useful information.

But my code is not CICS driven it's simple REXX in which i am using IKJEFT01 TSO program.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Oct 14, 2010 12:31 pm
Reply with quote

Your initial whining
Quote:
Hi
I got the same error but when I specified region as 0M in my job step still it's giving same abend with same message identifier.
Please help!!!


the complaint
Quote:
But my code is not CICS driven it's simple REXX in which i am using IKJEFT01 TSO program.


then why did You post Your issue to a completely unrelated topic ???

the topic title and posts were clear about dealing with DFHTU640

Your initial request made everybody suppose that You had the same issue

it would be useful for you to read and meditate on
How To Ask Questions The Smart Way
catb.org/~esr/faqs/smart-questions.html
to make the most out of the questions You ask
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 Access to non cataloged VSAM file JCL & VSAM 18
No new posts How to access web services/website? Mainframe Interview Questions 4
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts DFHPI1008 JSON generation failed COBOL Programming 0
No new posts access the last host command CLIST & REXX 2
Search our Forums:

Back to Top