On Tue, 19 Feb 2008 12:29:32 -0600, Paul Schuster wrote:

>Hello:  I have a situation where some load modules in a LINKLIST library
>were changed.  I do not know if an LLA refresh was done.  When CSVDYLPA
>REQUEST=ADD,DCBPTR=CVTLINK attempts to load one of these modules, it
>encounters this error:
>
>IEW4009I FETCH FAILED FOR MODULE xxxxxxx  FROM DDNAME -DYNLPA- 
BECAUSE OF AN
>I/O ERROR.
>IEW4005I FETCH FOR MODULE xxxxxxx FROM DDNAME -DYNLPA- FAILED 
BECAUSE
>IEWFETCH ISSUED RC 0F AND REASON 40
>
>If I use a STEPLIB pointing to the correct library, and then use the LOAD
>macro to  load the module into storage all is ok.  My question:  Is there a
>way using CSVDYLPA to force a read of the real PDS directory and not use 
>the LLA one?  Alternatively, what options are there to avoid the IEW4009I 
>problem?

Use a SETPLIB or provide another DCB pointing to the correct data set.

The message seems to say that it is trying to load the module from Dynamic 
LPA.   Perhaps that is your problem.  Remember that LOAD searches LPA 
before it searches Linklist.  You could try using CSVDYLPA DELETE first and 
see what happens.  It seems that CSVDYLPA shouldn't include LPA in the 
search.  If that's what's happening, you might want to open a PMR with IBM.

-- 
Tom Marchant

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to