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


  • Subject: Re: OPNQRYF (JOIN), CPYFRMQRYF
  • From: cmassoglia@xxxxxxxxxxxxxxx (Charles L. Massoglia)
  • Date: Sun, 13 Sep 1998 13:35:33 -0400

Try the following:

OVRDBF FILE(NEW$) TOFILE(PF018A10) SHARE(*YES)
OPNQRYF    FILE((PF018A10) (PFPCBAN)) FORMAT(NEW$) +
             JFLD((PF018A10/POST PFPCBAN/AIA05)) +
             MAPFLD((POST 'pf018a10/post') (HA003 +
             'pfpcban/ha003'))

Use file NEW$ in your RPG ir COBOL program.  The file NEW$ must exist and
should include all of the fields you want from PF018A10 and PFPSBAN.
>
>
>
>Hello.
>
>I have a little question.
>
>I want create file, which join two files.
>
>The join field PF018A10/POST in one file and the join field PFPCBAN/AIA05
>exist in the other file.
>Fields have equal format.
>
>OPNQRYF    FILE((PF018A10) (PFPCBAN)) FORMAT(NEW$) +
>             JFLD((PF018A10/POST PFPCBAN/AIA05)) +
>             MAPFLD((POST 'pf018a10/post') (HA003 +
>             'pfpcban/ha003')) OPNID(NEWF)
>
>And I receive:
>
>File NEW$ in library *LIBL not found.
>CPF9812 received by procedure CLTEST.
>
>Really, file NEW$ not exist, but I suppose that command OPNQRYF know what
>kind format need make.
>
>In book DB2/400 Database Programming write:
>
>The join field is Cust, which exists in both files.  To join the files and
>save a copy of the results in a new physical file MYLIB/FILEC, you can
>specify:
>
>  OPNQRYF FILE(FILEA FILEB) FORMAT(JOINAB) +
>    JFLD((FILEA/CUST FILEB/CUST)) +
>    MAPFLD((CUST 'FILEA/CUST')) OPNID(QRYFILE)
>
>  CPYFRMQRYF  FROMOPNID(QRYFILE) TOFILE(MYLIB/FILEC) CRTFILE(*YES)
>
>The file MYLIB/FILEC will be created by the CPYFRMQRYF command.
>
>May be I something not understanding?
>Explain, please.
>
>Excuse me for bad english.
>Thanks.
>
>
>+---
>| This is the Midrange System Mailing List!
>| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
>| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
>| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
>| Questions should be directed to the list owner/operator: david@midrange.com
>+---
>
>


Charlie Massoglia, Massoglia Technical Consulting, Inc.
PO Box 1065, Okemos, MI 48854, USA
517-676-9700  Fax: 517-676-1006  EMAIL: cmassoglia@voyager.net


+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


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.