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



Lim,

I know that you stated that the file has a logical file that breaks down
the phone number into segments.  But I was wondering, is the number stored
as a whole on the file.  In order to get what you want, I believe that you
are going to need that.  The other option is to do a different process for
each sorting option available.

If equipment was entered,
... read a logical file by equipment.

Else if telephone number,
... breakdown the number so that you can SETLL with the logical you
mentioned
EndIf

Unless there's something I'm missing... because the || of columns will
result in reindexing... excuse my idiocy but that's true for the WHERE
clause too, right?

Michael Schutte



                                                                           
             Michael_Schutte@b                                             
             obevans.com                                                   
             Sent by:                                                   To 
             rpg400-l-bounces@         RPG programming on the AS400 /      
             midrange.com              iSeries <rpg400-l@xxxxxxxxxxxx>     
                                                                        cc 
                                                                           
             06/02/2006 09:57                                      Subject 
             AM                        RE: Constructing Sql to position    
                                       phone number that breakup           
                                       inareacode,prefix, suffix and       
             Please respond to         extension                           
              RPG programming                                              
              on the AS400 /                                               
                  iSeries                                                  
             <rpg400-l@midrang                                             
                  e.com>                                                   
                                                                           
                                                                           




No that will not work because let's say that the number 614-555-5555 was
entered.

You will get ...

614-555-5555
614-555-9999
714-555-5555
714-555-9999
714-999-9999
etc

but you will not get

714-111-5555
714-555-1111
etc

Since 714 is greater than the 614, from what I understand, she does want
those to be returned.

Michael Schutte




             jmichael.smith@ce
             rtegy.com
             Sent by:                                                   To
             rpg400-l-bounces@         rpg400-l@xxxxxxxxxxxx
             midrange.com                                               cc

                                                                   Subject
             06/02/2006 09:43          RE: Constructing Sql to position
             AM                        phone number that breakup
                                       inareacode, prefix, suffix and
                                       extension
             Please respond to
              RPG programming
              on the AS400 /
                  iSeries
             <rpg400-l@midrang
                  e.com>






Where     AreaCode     >= Substr(:InputNbr,  1, 3)
         And Prefix    >= Substr(:InputNbr,  4, 3)
         And Suffix    >= Substr(:InputNbr,  7, 4)
         And Extention >= Substr(:InputNbr, 10, 3)
Maybe



------------------------------------------------------------------------------


This message contains information from Certegy, Inc which may be
confidential and privileged.  If you are not an intended recipient, please
refrain from any disclosure, copying, distribution or use of this
information and note that such actions are prohibited.  If you have
received this transmission in error, please notify by e:mail
postmaster@xxxxxxxxxxxx
==============================================================================



--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.



--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.




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.