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



What you need to do is always double up each quote that you want to use.

CL:
CHGVAR &DATE (''''  *TCAT &DATE *TCAT '''')

RPG:
D QRY5            C                   'STRQMQRY STC06RQY OUTPUT(*OUTFILE) -
D                                     OUTFILE(QTEMP/ITEMMAST) SETVAR((VEND-
D                                      ''''''&V '''''' ))'                 

I do these all the time.


Thank you,
Matt Tyler
WinCo Foods, Inc
mattt@wincofoods.com

-----Original Message-----
From: Richard B Baird [mailto:rbaird@esourceconsulting.com]
Sent: Friday, January 17, 2003 08:32
To: midrange-l@midrange.com
Subject: qry manager queries and character replacement variables

hey all,

i'm trying to run a QM query from a CLP, passing it replacement variables.

the manual only gives examples using replacement variable while comparing
to numeric fields - here is the sample they gave:

SELECT DEPT, NAME, JOB, SALARY, COMM
          FROM    &TABLE
          WHERE DEPT >    &COND1
          ORDER BY DEPT, NAME

- dept is numeric, the replacement variable = '10'.

i'm trying to pass a char value ('CRI301'), and compare to an alpha field
in the file like this:
...
 and     ORIGORG   = &A5
..or..
 and     ORIGORG   = '&A5'

if I put quotes around the variable, it treats it as a constant and
compares the field to '&A5'.
if i don't put quotes, it replaces the value, but the sql interpreter
treats it as if it's a column in the file.

can someone tell me how this is done?

Thanks,

Rick

_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo.cgi/midrange-l
or email: MIDRANGE-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.