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



Can two files be joined in QMQRY? Seems like it should be ok.

I tried to join multiple files in a QMQRY and it was not happy.
Does not like the A behind my first file.
So, I am not happy. Friday, yet?

Here is the source:

INSERT INTO DANRLIB/STEP001(SELECT A.TRFBCH, A.TRFSTS, A.TRFTYP,
A.TRFFLC, A.TRFTLC, A.TRFIDT, A.TRFINS, A.TRFREF, B.INUMBR,
B.TRFREQ, B.TRFSHP, B.TRFREC, B.TRFALC
FROM MM4R6LIB/TRFHDR A, MM4R6LIB/TRFDTL B
WHERE A.TRFBCH = B.TRFBCH AND B.TRFSTS = "A"
AND A.TRFFLC IN(902, 904, 970, 971)
AND A.TRFIDT >= 060601
AND A.TRFIDT <= &NXTSAT
AND A.TRFTLC <> 66
AND A.TRFTLC <> 68
ORDER BY A.TRFLLC)

the message I got:

strqmqry danrlib/step003
Type a value for variable "NXTSAT" and press Enter.
140712
Column or global variable A not found.
RUN QUERY command failed with SQLCODE -206.
RUN QUERY command ended due to error.
STRQMQRY command failed.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.