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



Quote is a user defined constant, not a "figurative constant" like
*ZEROS or *BLANKS.

The problem is...

You don't need the + on the the statement

D LastFirst s 41a Varying
D ShiftRepl s like(LastFirst)
D Quote C ''''
D ReplaceWith C '_'
D Pos s 5i 0
C Eval ShiftRepl = %replace(ReplaceWith:
C LastFirst:
C Pos:
C %len(Quote))

HTH,
Charles


On Fri, Sep 3, 2010 at 6:34 AM, Colpaert, Peter
<Peter.Colpaert@xxxxxxxxxxx> wrote:
Gary,

I think you can't get the %len() of a constant:

From WDSCi's help:

%LEN (Get or Set Length)
%LEN(expression)%LEN can be used to get the length of a variable expression or to set the current length of a variable-length field.

The parameter must not be a figurative constant.

For more information, see Size Operations or Built-in Functions.


HTH,

Peter Colpaert
Software Engineer - PLM Development Team
Philips Consumer Luminaires
Tel: (+32) 3/459 13 17
Fax: (+32) 3/450 74 33
Address: Industrieterrein Satenrozen 11, 2550 Kontich, Belgium
Email: Peter.Colpaert@xxxxxxxxxxx


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-
bounces@xxxxxxxxxxxx] On Behalf Of Gary Kuznitz
Sent: vrijdag 3 september 2010 2:34
To: RPG programming on the IBM i / System i
Subject: Operands are not compatible with the type of operator

Could someone please show me what is wrong with this code?

I'm getting an error saying:
" 021800  Operands are not compatible with the type of operator. "

The code is:
D LastFirst       s             41a   Varying
D ShiftRepl       s                   like(LastFirst)
D Quote           C                   ''''
D ReplaceWith     C                   '_'
D Pos             s              5i 0
0217.00 C                   Eval      ShiftRepl = %replace(ReplaceWith:
+
0218.00 C                             LastFirst: Pos: %len(Quote))

I can't see the problem for some reason.
This is running on v4r4

Thanks,

Gary Kuznitz

--
This is the RPG programming on the IBM i / System i (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.


The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.

--
This is the RPG programming on the IBM i / System i (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.