×
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.
You need to convert to numeric before trying to set thckmindec
(I assume thckmindec is a numeric field with 0 decimal places).
C eval thckmindec =
%int(%subst(szdia1:startc:endc))
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Willie J. Moore
Sent: Wednesday, February 08, 2012 12:39 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: RNF7416 on EVAL statement
I am getting an 'RNF7416 Type of the right and left side do not match in the
EVAL operation', error on the following EVAL statement.
C z-add 0 thckminall
2 0
C
C '-' scan sizeall endc
2 0 30
C *in30 ifeq '1'
C z-add 1 startc
2 0
C eval thckmindec =
%subst(szdia1:startc:endc)
Field 'SZDIA1' is defined in the input file.
I was hoping someone can give me some help on the reason why.
Thanks,
William Moore
California fine Wire, Co.
805-489-5144
--
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.