× 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.



Thanks Shannon 
>From Example at site it seems like it is a one to one meaning once opened 
that what is is?
So many to one out of picture:(

Thanks 
Bill Hopkins





"Shannon O'Donnell" <sodonnell@xxxxxxxxxxxxxxx>
Sent by: rpg400-l-bounces+bhopkins=libertyhardware.com@xxxxxxxxxxxx
08/21/2003 05:14 PM
Please respond to RPG programming on the AS400 / iSeries

 
        To:     "RPG programming on the AS400 / iSeries" <rpg400-l@xxxxxxxxxxxx>
        cc: 
        Subject:        Re: Open with USROPN Files


http://www.snap-ebooks.com/AS400Utilities.htm#RPGIV%20V5R1%20Techniques


Shannon O'Donnell


----- Original Message ----- 
From: "Jon Paris" <Jon.Paris@xxxxxxxxxxxxxx>
To: <rpg400-l@xxxxxxxxxxxx>
Sent: Thursday, August 21, 2003 3:30 PM
Subject: RE: Open with USROPN Files


> >> 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
>
>
> _______________________________________________
> 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.
>
>
>


_______________________________________________
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 thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.