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



Rick,

I have gotten the first part to work with the parms being passed in and
everything... the next problem that I am having is on the opnqry statement.
When I go to run the statement it gives me an unmonitored message CPF9899.
I have read everything on opnqry.  I can not see what I have done wrong.
Just wondering if you had any thoughts on this?

CHGVAR     VAR(&QSLT) VALUE('SMTIME *EQ ' *CAT &TIMEM *CAT +
            ' *AND  SMENDT *GE ' *CAT &FMDT)                

OPNQRYF    FILE((SMSTAT10)) QRYSLT(&QSLT) 



Shelly Sommerfeld
BIT Development Team 3
(605) 773-5808
shelly.sommerfeld@state.sd.us




-----Original Message-----
From: rbaird@esourceconsulting.com [mailto:rbaird@esourceconsulting.com]
Sent: Wednesday, May 09, 2001 3:37 PM
To: MIDRANGE-L@midrange.com
Subject: Re: Open queries



Shelly,

If the date cl variable is numeric, move it (chgvar) to a char variable.
then do this:

chgvar var(&qslt) value('VAR1 *EQ "M" *AND VAR2 *GE ' *CAT &DATE)
OPNQRYF FILE((FNAME)) QRYSLT(&qslt)

you could put the selection code right in the qryslt parm, but I find it
easier to read, understand and maintain when using the variable method.

If you prompt the chgvar command (f4) it will insert extra quotes.  remove
them.

hth,
rick

original post:
shelly sez:
> I am having a little bit of difficulty with the OPNQRYF.  What I would
like
> to do is on the QRYSLT, I would like to have a parameter that is being
> passed into my CL as one and also would like to pick out of my file
another
> field.
...

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator:
david@midrange.com
+---
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.