|
Jim, You are putting an SQL select statement in your QRYSLT parameter. Sorta on the lines of mixing your metaphores. "it's just gravy on the cake" OPNQRYF has it's own syntax for record selection (much like the CPYF select syntax) and also doesn't allow direct substringing of file variables. for this, you have to use *MAPFLD. unless you really HAVE to use OPNQRYF, i won't bore you by continueing - just use your favorite flavor of SQL to an outfile. hth, Rick ----original message------- OPNQRYF FILE((JNORBUT/PWDEXPFILE)) OPTION(*ALL) + QRYSLT('SELECT * FROM JNORBUT/PWDEXPFILE + WHERE DATE(SUBSTR(UPPWCD,3,2)|| + "/"||SUBSTR(UPPWCD,5,2)|| + "/"||SUBSTR(UPPWCD,1,2)) >= + CURRENT_DATE - 30 DAYS')
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.