× 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.



Richard:

As you mention, beyond command and menu definitions, the QLICHGLL API allows 
changing product libraries. I use this sometimes for "utility" kinds of 
functions. Normally, my "utility" programs run this way:

1. Retrieve job's product library 1 & 2 and save the value of prdlib 2.
2. Call QLICHGLL and specify my utility's library as the new prdlib 1 and the 
previous prdlib 1 as the new prdlib 2. Note that this removes the previous 
prdlib 2 from the library list, but it's almost certain that it won't be needed 
for a moment.
3. Perform my actual utility function.
4. Call QLICHGLL to restore the initial prdlib 1 & 2 values.
5. Return from my program.

When the entire utility procedure is ended, the job's library list is back 
where it started. My internal stuff ran fine because everything was found in 
the library list during the time it was needed.

Generally, IBM commands seem to work the same way. So if I happen to call such 
a command within my stuff, the library list is restored when it gets back to me 
(and I subsequently restore before returning, etc., up and down the chain.)

Tom Liotta

midrange-l-request@xxxxxxxxxxxx wrote:

>   6. Product Library List Entries (Richard B Baird)
>
>can anyone give me the idea behind the PRD library list entries?
>for instance:
>
>is this something that could/should be messed with?
>
>what commands are used to change this?  (chglibl doesn't change it, but the
>QLICHGLL API does).
>
>who or what changes this?   IBM?   other third party vendors?

-- 
-- 
Tom Liotta
The PowerTech Group, Inc.
19426 68th Avenue South
Kent, WA 98032
Phone  253-872-7788 x313
Fax    253-872-7904
http://www.powertechgroup.com


__________________________________________________________________
Try AOL and get 1045 hours FREE for 45 days!
http://free.aol.com/tryaolfree/index.adp?375380

Get AOL Instant Messenger 5.1 for FREE! Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.