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




On Friday, February 20, 2004, at 07:27 AM, sublime78ska@xxxxxxxxxxx wrote:


I tried your code and it worked fine. Mine doesn't though - says the job needs to be qualified when I leave off the job number.

The commands I'm calling are user-written commands - not part of the OS. Could that be it? There's got to be a way to do this (without rewriting the CL and CMD code.)

Perhaps you have MIN(1) specified on the job number QUAL statement? If you use:


        PARM    KWD(JOB) TYPE(Q1) DFT(*) SNGVAL((*)) +
                          PROMPT('Job name')
Q1: QUAL        TYPE(*NAME) EXPR(*YES) MIIN(1)
        QUAL    TYPE(*NAME) EXPR(*YES) PROMPT('User')
        QUAL    TYPE(*CHAR) LEN(6) RANGE('000000' '999999') +
                          FULL(*YES) EXPR(*YES) PROMPT('Number')

You should be fine. Of course the CPP for the command will have to handle the possibility of blank user and number values so a certain amount of rewriting may be necessary.

Regards,
Simon Coulter.
--------------------------------------------------------------------
   FlyByNight Software         AS/400 Technical Specialists

   http://www.flybynight.com.au/
   Phone: +61 3 9419 0175   Mobile: +61 0411 091 400        /"\
   Fax:   +61 3 9419 0175                                   \ /
                                                             X
                 ASCII Ribbon campaign against HTML E-Mail  / \
--------------------------------------------------------------------



As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.