Re: Strange Problem: System Code S106



-------------------------<snip>---------------------------
we faced a strange problem with a system code S106, as response to a LOAD macro call.

Although the LOAD was not successful (I/O error on the PDS), the LOAD in error added an entry into the CDE with the requested module's name, and an entry point address X'80000000'.

This seems to be normal behaviour; the entry is made before the actual processing of the PDS member. Even the AMODE is already known to be 31 (from the dictionary), so the entry get's the address X'80000000'.

The S106 error is captured by our own error processing, a message is produced (including alert mail), and processing continues (IMS region).

Later on, the same module is to be fetched again. We do this by lookup of the CDE, and now the problem is: we find an entry in the CDE, get the address from there (which is X'80000000') and try to call the module at this address, which, of course, leads to another error, in this case S0C1.

My question is:

what do you think about the strange CDE entry? Shouldn't it be removed, following the S106?
-------------------------<unsnip>----------------------
My first thought is that the invalid CDE should be removed by LOAD processing if the LOAD fails. But there's also a good case for fixing the problem that led to the S106 Abend as well.

Rick

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

.



Relevant Pages

  • Strange Problem: System Code S106
    ... we faced a strange problem with a system code S106, ... Although the LOAD was not successful, ... and an entry point address X'80000000'. ... by lookup of the CDE, and now the problem is: ...
    (bit.listserv.ibm-main)
  • Re: Strange Problem: System Code S106
    ... there should never be an I/O error on the load library PDS. ... I guess, that the entry is inserted in CDE, when the directory entry ...
    (bit.listserv.ibm-main)
  • Re: Question on the load list
    ... It is for ALL dynamically loaded modules that are NOT found in LPA. ... I seem to recall a term like "Load List ... or it is loaded into my address space and a CDE and XTLST ... have their own LLEs but would share the same set of CDEs ...
    (bit.listserv.ibm-main)
  • ONE website doesnt work...
    ... I have a strange problem with just one website. ... It will load, but then fail, and then not load again for (what seems to ... monitoring), and there are no errors that look as if ISA has blocked it ... connection failed because connected host has failed to respond. ...
    (microsoft.public.windows.server.sbs)
  • Re: Concatenation order in STEPLIB
    ... When you load a module, the system must first find its directory entry. ... the first data set in the concatenation in which that module lives). ... The LNKLST, when LLA is managing the entire LNKLST, is an exception, as LLA ...
    (bit.listserv.ibm-main)