|
Eric, thanks a million. Obviously I can write this in RPG <vbg>! It's also an interesting example... Regards, Reeve -----Original Message----- From: code400-l-admin@midrange.com [mailto:code400-l-admin@midrange.com]On Behalf Of esimpson@ca.ibm.com Sent: Monday, February 18, 2002 2:51 PM To: code400-l@midrange.com Subject: RE: Program verify script/batch? Here is the source (didn't realize attachments got dropped!): /* * MEGAILERPGVERIFY.LX - verify lots of members */ memberlist.1 = "<toras14m>esimpson/qrpglesrc(proof)" memberlist.2 = "<toras14m>esimpson/qrpglesrc(proof2)" memberlist.3 = "<toras14m>esimpson/qrpglesrc(proof3)" memberlist.4 = "<toras14m>esimpson/qrpglesrc(proof4)" memberlist.5 = "<toras14m>esimpson/qrpglesrc(proof5)" memberlist.6 = "<toras14m>esimpson/qrpglesrc(proof6)" listsize = 6 index = 1 do while index <= listsize 'lx ' memberlist.index /* Open the member */ 'ILEPV RPGPV' /* Verify the member */ 'LP_CLOSEVIEW' /* Close the member */ index = index + 1 end Eric Simpson WebSphere Development Tools for iSeries IBM Canada Lab - D1/140/8200/MKM Phone: (905) 413-3226, Tie-Line: 969-3226, Fax: (905) 413-4850 Email: esimpson@ca.ibm.com Phil Groschwitz <sublime78ska@yahoo.com>@midrange.com on 02/18/2002 02:16:14 PM Please respond to code400-l@midrange.com Sent by: code400-l-admin@midrange.com To: code400-l@midrange.com cc: Subject: RE: Program verify script/batch? Eric, I'm interested in this as well. Could you add it to the faq, or if it isn't too big paste it in the message? Attachments don't make it to the list. Thanks, Phil --- esimpson@ca.ibm.com wrote: > -- > > The Program Verifiers can only be run from within > the CODE Editor. But, > you can create a macro which automatically opens > your members and verifies > them. You could then run the macro from the DOS > command line if you want. > > I have attached a example of doing this. In the > macro, it has a list of > ILE RPG members to verify. For each member, it > opens it, run the command > to verify the member using the ILE RPG verifier, and > then closes the > member. You could just edit the macro and specify > your list of members. > Remember to update the 'listmembers' variable to the > number of members in > the list! > (See attached file: megailerpgverify.lx) > __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com _______________________________________________ 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.