×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On 5/14/2014 11:47 AM, Jacob Smallwood wrote:
We call a CL program that accepts the client ID as a parameter, does a
CHGLIBL LIBL(QGPL QTEMP), then ADDLIBLE's the appropriate libraries.
I'm wondering if the CALL is running in a different job from the INSERT;
that is, the CALL properly sets the library list for JOB 111, but the
INSERT runs in job 222 and so is unaffected by that ADDLIBLE.
The point being that depending on the prior configuration, you may have
had fewer prestart jobs available, and as a result they might have been
reused more reliably. The new machine might have more prestart jobs,
and you may be ending up with two separate server jobs.
I myself don't usually handle library lists dynamically (like this). I
tie the library list to the user profile / job description. When the
caller authenticates as the test profile, it sees the test library list,
etc.
Further discussion might be better handled on the WEB400-L list because
the web folks may not have picked up on this as a web subject because of
the topic.
--buck
As an Amazon Associate we earn from qualifying purchases.