Also. The *LINKLST* does not always mean SYS1.LINKLIB. It means that in the Linklst concatenation you may have a datasets in secondary extents. You need to see what library was being worked on at the time of the failure.
In the output of your SMP/E job it will tell you what PTF it was working on at the time of the error. You can then look up that PTF and see what library it was going to update. Are you new to z/OS System Programming and SMP/E work? If so, it will help us to know that. The information you provide indicates this is may be a new function for you. Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Lizette Koehler > Sent: Sunday, January 12, 2014 4:41 AM > To: [email protected] > Subject: Re: z/OS 1.13 PTF apply Issue > > Some searches on the internet for IBM S106 0F > brings up > > These messages and the ABENDS106-0F indicate that a link list ( LNKLST ) library > has gone into additional extents. This could occur if SMP/E maintenance was being > applied to the library > > So, if your LINKLST library is in EXTENTS (and LINKLST datasets should not be > coded with Secondary Extents) then you will need to IPL. You can use the TSO > function ISRDDN to see if the LINKLST is in extents. > > In ISPF on any command line issue > TSO ISRDDN > > Then on the command line issue > LINKLIST > > It should highlight datasets in extents in your LINKLST concatenation. > > Another question. > > Is your SMP/E TLIBs your LIVE RUNNING datasets? If so, you probably need to > change that. > > Applying maintenance to a live system can create problems. > > If you are running maintenance to a secondary SYSRES volume set. Then make > sure your job is pointing to the correct volsers. > > Lizette > > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:[email protected]] > > On Behalf Of venkat kulkarni > > Sent: Saturday, January 11, 2014 11:17 PM > > To: [email protected] > > Subject: z/OS 1.13 PTF apply Issue > > > > Hello, > > While applying some PTF's on z/OS 1.13 system, I > > encountered > below error. > > > > IEW4009I FETCH FAILED FOR MODULE GIMDRS FROM DDNAME - > > LNKLST- BECAUSE OF > > AN I/O ERROR. > > IEW4005I FETCH FOR MODULE GIMDRS FROM DDNAME -LNKLST- > > FAILED BECAUSE > > IEWFETCH ISSUED RC 0F AND REASON 40 > > CSV031I LIBRARY ACCESS FAILED FOR MODULE GIMDRS , RETURN > CODE 24, > > REASON CODE 26080021, DDNAME *LNKLST* > > CSV028I ABEND106-0F JOBNAME=APPCHK STEPNAME=S1 > > IEA995I SYMPTOM DUMP OUTPUT 157 > > 157 SYSTEM COMPLETION CODE=106 REASON > CODE=0000000F > > > > > > Then I tried following below link to solve issue . > > > > http://www-01.ibm.com/support/docview.wss?uid=isg1OA07146 > > > > > > 0F > > > > > > > > > > > > Permanent I/O error. > > > > Reason Code Error Description > > 40 I/O error on a real dataset > > This indicate I/O error, but I dont see any issue with DATASET. I am > > able > to browse > > without any issue. > > > > now, I am not even able to issue any command on z/OS system and > > getting > issues > > like below. > > > > > > D PROG,LNKLST,NAME=CURRENT > > IEW4009I FETCH FAILED FOR MODULE IEECB972 FROM DDNAME - > LNKLST- BECAUSE > > OF AN I/O ERROR. > > IEF196I IEW4009I FETCH FAILED FOR MODULE IEECB972 FROM DDNAME > - > > LNKLST- IEF196I BECAUSE OF AN I/O ERROR. > > IEW4005I FETCH FOR MODULE IEECB972 FROM DDNAME -LNKLST- > FAILED BECAUSE > > IEWFETCH ISSUED RC 0F AND REASON 40 IEF196I IEW4005I FETCH FOR > MODULE > > IEECB972 FROM DDNAME -LNKLST- FAILED IEF196I BECAUSE IEWFETCH > ISSUED > > RC 0F AND REASON 40 CSV031I LIBRARY ACCESS FAILED FOR MODULE > IEECB972, > > RETURN CODE 24, REASON CODE 26080021, DDNAME *LNKLST* IEF196I > CSV031I > > LIBRARY ACCESS FAILED FOR MODULE IEECB972, RETURN CODE > IEF196I 24, > > REASON CODE 26080021, DDNAME *LNKLST* CSV028I ABEND106-0F > > JOBNAME=MSTJCL00 STEPNAME=RESOLVER IEF196I CSV028I > ABEND106- 0F > > JOBNAME=MSTJCL00 STEPNAME=RESOLVER IEA045I AN SVC DUMP > HAS STARTED AT > > TIME=21.53.59 DATE=01/11/2014 222 FOR ASID (0001) ERROR ID = > SEQ02443 > > CPU00 ASID0001 TIME21.53.58.9 QUIESCE = YES IEE480I DISPLAY PROG > > COMMAND ABEND 106-0000000F, DUMPED, TERMINATED IEA794I SVC > DUMP HAS > > CAPTURED: 223 > > > > > > Please suggest. > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email to > [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
