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


  • Subject: Embedded SQL problem
  • From: "Danny Rodius" <danny.rodius@xxxxxxxxx>
  • Date: Wed, 31 Oct 2018 11:33:03 +0100
  • Ironport-phdr: 9a23:TDI3CRQZYVQUSSnZoqEksVAmfNpsv+yvbD5Q0YIujvd0So/mwa69ZB2N2/xhgRfzUJnB7Loc0qyK6/+mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfbF/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/mHJhMJtgqxVox2uqAB4zY7Ie4yaLuZyfqzFcN8EWWZNQMBcXDFBDIOmaIsPCvIMMehWoYbnoVsOqxu/DhSwCuPo1zBIh2L23bY03+88FgzJwRYvH9QIsHXUttn1LqASXv20zKnV1jXOdOhW2TT96YjObB8hveuAUqlufsfIz0QkCgDLjk2IpIHmIj+ZzPoBvmeU4uZ6S+6ihG4qpxtsrjWtxsohjJTCiJgPxVDe7yp5xZ44Jdi/SEFmf9GpCIBQtySGN4tuRcMiXn1otD46yrIYvZ67ezAHxpo9yB7ZbfyGc5KG7wz7WOaQJzd3mm5ldaq8ihqv60Ss1OLxW8au3FpUoSdIksPAum0P2hHT8sSHT+Fy/kal2TaBzQDT7eRELFgpmqXBLZ4hxL4xmoAJsUTEAyD2mVj2jLSNe0U/+eip6+Lnbav6ppOGLIB7lBnyMr4ylcynHeQ4Lg8OUnCB+eSk273u8lH1TKlTgv0yiaTZtZHaKtkBpqGjBQ9V3Zgs5wyjADeh1dRL1UUAeQZfYB3b19CsP3nLIfziBPGwjhKnlzI9lN7cObi0SLnEKH7S2I3mcbdg8AQUnAY6y9ZOoYhTBrAcO9roWV73ucCeBBJvYF/8+PruFNgojtBWYmmIGKLMaK4=
  • List-archive: <https://archive.midrange.com/rpg400-l/>
  • List-help: <mailto:rpg400-l-request@midrange.com?subject=help>
  • List-id: "RPG programming on the IBM i \(AS/400 and iSeries\)" <rpg400-l.midrange.com>
  • List-post: <mailto:rpg400-l@midrange.com>
  • List-subscribe: <https://lists.midrange.com/mailman/listinfo/rpg400-l>, <mailto:rpg400-l-request@midrange.com?subject=subscribe>
  • List-unsubscribe: <https://lists.midrange.com/mailman/options/rpg400-l>, <mailto:rpg400-l-request@midrange.com?subject=unsubscribe>

Hi All,



Have a problem in understanding why one method is working and another not.

Try to declare a cursor with a select .. When field like ...



Fields: craneSub char(10) & qcraneSub char(12)



The two versions

1. Not working



qcraneSub = '%' + %trim(craneSub) + '%';

exec sql

declare c1 cursor for

select *

from AKA0REP

where a0xhcd = :qcraneID and

a0jxce like :qcraneSub;



2. Working



exec sql

declare c1 cursor for

select *

from AKA0REP

where a0xhcd = :qcraneID and

a0jxce like '%' concat trim(:craneSub) concat '%';



Anyone an idea why the first option is not working?



Danny


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.