|
Think about those cases in which the extname is a variable. The compiler would have a real tough time with that. Rob Berendt -- Group Dekko Services, LLC Dept 01.073 PO Box 2000 Dock 108 6928N 400E Kendallville, IN 46755 http://www.dekko.com rick.baird@xxxxxxxxxxxxxxx Sent by: rpg400-l-bounces@xxxxxxxxxxxx 03/23/2004 02:49 PM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> cc Subject Re: opening 2 files, same name, different libraries in an RPG pgrogram Peter, In the past, I'd always just created an empty copy. I was hoping that with the new extfile keyword, I could finally avoid that. In my experience, having to do an override before compiling is unweildy and confusing to anyone who comes along later. Thanks anyway, Rick --------original message------------ As you said, you can: a) In the RPG program (MYPGM), you should have two entries in the "F" definition: one for FILE_1 and another one for FILE_2. b) Outside the program, execute two OVRDBF commands, one per each file: * OVRDBF FILE(FILE_1) TOFILE(MYLIB1/MYFILE) * OVRDBF FILE(FILE_2) TOFILE(MYLIB2/MYFILE) c) Compile the program with these active overrides. d) Do the appropriate entries specified on step "A" in a CLP (MYCLP) before calling the program MYPGM. e) Run MYCLP. This should work...hope this helps... Peter Vidal PALL Aeropower Corporation 5775 Rio Vista Drive Clearwater, FL 33760-3137 (727)539-8448 www.pall.com _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-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.