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



I am attempting to pass a value to a QMQRY.

The query looks like this:

INSERT INTO IS2LIB/TEMPROB1(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.TRFFLC, A.TRFTLC)

The CL program:

DCL VAR(&NXTSAT6A) TYPE(*CHAR) LEN(6) VALUE('140719')
STRQMQRY DANRLIB/WOTRT01 SETVAR(NXTSAT &NXTSAT6A)

MM4R6LIB/TRFHDR field: TRFIDT ZONED 6 0

The error I get is:

140719 is not a valid Query Management variable.

Suggestions?

TIA,
Dan



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.