|
Peter, Here is what I use to change library lists: Add the following to the bottom of your profile.lx macro, you should have your own copy in a separate directory (as all your own custom macros) and enable it with EXTRAS ON (the default profile.lx has the instructions how to do. 'set actionbar.~Library_Lists.~Starr macro mymacros/starr' 'set actionbar.~Library_Lists.~MRL macro mymacros/mrl' 'set actionbar.~Library_Lists.~Crew_Calling macro mymacros/crew' 'set actionbar.~Library_Lists.Common macro mymacros/common' 'set actionbar.~Library_Lists.~JDE macro mymacros/jde' The above commands create a menu option called 'Library Lists' that has 5 items on it for each library list that I use, each item calls another macro that sets the library list. The ~ marks are for shortcuts that you can access with the Alt key if you like. An example of a macro to set the library list is: /* This macro sets the library list for MRL */ say "Mrl library list set" codesrv exec OS400S "chglibl libl(mrlpgmlib mrldtalib mrlsrcstr)" The OS400S on the codesrv line is the > -----Original Message----- > From: Peter Colpaert [mailto:Peter.Colpaert@honda-eu.com] > Sent: Tuesday, March 05, 2002 7:13 AM > To: code400-l@midrange.com > Subject: RE: Multiple CODE servers to one AS/400 > > > > Hi Scott, > > that's indeed what I need (although the LDA is also > different, but that's > only relevant at runtime). > > TIA > > Peter Colpaert > Application Developer > > Honda Europe NV > Langerbruggestraat 104 > B-9000 GENT > Peter.Colpaert@honda-eu.com > Tel: +32 9 2501 334 > Fax: +32 9 2501 231 > ---------- > I am MS-DOS of Borg. Prepare... oops, out of memory! > ---------- > > > > > Scott Mildenberger <Smildenber@Washcorp.com>@midrange.com on > 05/03/2002 > 15:10:34 > > Please respond to code400-l@midrange.com > > Sent by: code400-l-admin@midrange.com > > > To: "'code400-l@midrange.com'" <code400-l@midrange.com> > cc: > > Subject: RE: Multiple CODE servers to one AS/400 > > > Peter, > > If you just need different library lists you can do that > through macros. I > have implemented a menu option that shows up in Code that > shows all the > different library lists I need. I just pick the appropriate > menu option > and > away I go. Let me know if that will work for you and I can send the > appropriate macros to get you started. > > Scott Mildenberger > > > -----Original Message----- > > From: Peter Colpaert [mailto:Peter.Colpaert@honda-eu.com] > > Sent: Tuesday, March 05, 2002 1:02 AM > > To: CODE400-L@midrange.com > > Subject: Multiple CODE servers to one AS/400 > > > > > > Group, > > > > is it possible to define multiple CODE servers for the same > > iSeries box? > > > > We support many national offices, and their environments are copied > > regularly on our development machine. > > > > I would like to be able to define different CODE servers > with specific > > library lists, but apparently you can only use a certain > > AS/400 name or ip > > address once. > > > > Has anybody found a solution for this? > > > > TIA, > > > > Peter Colpaert > > Application Developer > > > _______________________________________________ > This is the CODE/400 Discussion & Support (CODE400-L) mailing list > To post a message email: CODE400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/code400-l > or email: CODE400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/code400-l. > > > > > _______________________________________________ > This is the CODE/400 Discussion & Support (CODE400-L) mailing list > To post a message email: CODE400-L@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/code400-l > or email: CODE400-L-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/code400-l. >
As an Amazon Associate we earn from qualifying purchases.
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.