×
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.
Aaron, don't you have xTools? <tic>
First do a QUSRJOBI to get the current library list.
Then do a QLICHGLL to modify the library list.
Write a non-simple subprocedure that retrieves, and then inserts the new library
where you want it, and call it ADDLIBLE.
That's what I did in xTOols' addlible() subprocedure.
-Bob Cozzi
www.i5PodCast.com
Ask your manager to watch i5 TV
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [
mailto:rpg400-l-bounces@xxxxxxxxxxxx] On
Behalf Of albartell
Sent: Friday, May 25, 2007 7:14 AM
To: 'RPG programming on the AS400 / iSeries'
Subject: Alternative to ADDLIBLE using QCMDEXC
Hi all,
Currently when I need to dynamically add a library to my library list I use
ADDLIBLE and this works fine, but when many libs are needed it fills the job
log with a lot of addtl informational lines stating which libraries have
been added and removed - messing to look at when debugging. I am wondering
if there is another API that can accomplish the same thing that doesn't put
the informational msgs in the job log? I looked on the V5R3 infocenter page
for ADDLIBLE in hopes of saying it simply overlays a lower level API, but it
had no such information.
Thanks,
Aaron Bartell
http://mowyourlawn.com
As an Amazon Associate we earn from qualifying purchases.