|
If you're referring to the OPNQRYF line, I think your problem is that
you have a variable name inside a string where it'll never to resolved
to it's value. You'll need to build the whole QRYSLT string into a
variable, then use that in place of 'CUSTNO *EQ &CCUSNO'. Like...
DCL &QRYSLTSTR
CHGVAR &QRYSLTSTR VALUE('CUSTNO *EQ ' *CAT &CCUSNO)
HTH,
Z
> -----Original Message-----
> From: Peter Vidal [mailto:Peter_Vidal@xxxxxxxx]
> Sent: Tuesday, April 01, 2003 5:00 PM
> To: midrange-l@xxxxxxxxxxxx
> Subject: OPNQRYF with a numeric variable in QRYSLT
>
>
> What's wrong here?
>
> DCL VAR(&CCUSNO) TYPE(*DEC) LEN(8 0) VALUE(5659000)
>
> OVRDBF FILE(XBCKLOG) TOFILE(DOWNLOADA/XBCKLOG) +
> MBR(XBCKLOG) SHARE(*YES)
>
> OPNQRYF FILE((DOWNLOADA/XBCKLOG XBCKLOG)) +
> QRYSLT('CUSTNO *EQ &CCUSNO')
NOTICE: This E-mail may contain confidential information. If you are not
the addressee or the intended recipient please do not read this E-mail
and please immediately delete this e-mail message and any attachments
from your workstation or network mail system. If you are the addressee
or the intended recipient and you save or print a copy of this E-mail,
please place it in an appropriate file, depending on whether
confidential information is contained in the message.
This mailing list archive is Copyright 1997-2026 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.