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