|
>> Is it truth that there is no way to do this: As has been pointed out earlier you can do what you want with QCMDEXC or system, but since you asked the question...... The answer is "Yes" for V5R1 and later. V5R1 introduced the F-spec keyword EXTFILE. This allows for a literal file name to be used or for a variable to be used to supply the file name. There is also a matching EXTMBR keyword. As long as the variable is set _before_ opening the file this works just fine. The example below demonstrates passing the file name in as a parm and also using USROPN. FFile2 IF F 10 DISK EXTFILE(FileName2) FPrinter IF F 10 DISK EXTFILE(PrtName) USROPN D PrtName S 21A D FileName2 S 21A D Testing S N C *ENTRY PLIST C PARM FileName2 C PARM Testing * Use test library print file when testing C IF Not Testing C EVAL PrtName = 'PRODLIB/PRTFILE' C ELSE C EVAL PrtName = 'TESTLIB/PRTFILE' C ENDIF C OPEN Printer Jon Paris Partner400 www.Partner400.com
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.