Re: Concatenation order in STEPLIB
Time can vary, for example, due to the amount of time to locate a directory
entry.
When you load a module, the system must first find its directory entry.
For a concatenation, this typically involves searching each data sets's
directory in sequence (as it is necessary to find the copy of the module in
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
maintains the complete LNKLST directory in one structure and thus does not
have to search individual data sets at LOAD time..
Peter Relson
z/OS Core Technology Design
----------------------------------------------------------------------
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
- Re: ISMF Question
... If you play around with this you could discover that a "blank" entry can ... help panels for ISMF but IBM has not quite gotten around to that yet. ... NOLIMIT or blank) ... (Data Set Deleted) ... (bit.listserv.ibm-main) - Re: About using DataRow...
... typed data set (with properties that you can access instead of using field ... I used to load them into a Hashtable keyed> by ... > Now after discovering the power of DataTables and DataGrids I have decided> to load my data into that format instead, but much of my program still> depends on those concrete classes I had which had those fields and methods> specific to the data I load. ... > this abstract DataRow which has no methods or fields specific to the data. ... (microsoft.public.dotnet.languages.csharp) - Re: Database migration
... try is by writing code. ... Load all the data from the source db, then update the target db. ... course, if the data set isn't very large, either of the 'obvious' ... (perl.beginners) - 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
... we faced a strange problem with a system code S106, as response to a LOAD macro call. ... Although the LOAD was not successful, the LOAD in error added an entry into the CDE with the requested module's name, and an entry point address X'80000000'. ... (bit.listserv.ibm-main) |
|