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



Hi,

Thanks, after careful observation i found i's coming on below statement:-

fld1 = 'Sum: ' + %trim(%editw(fld3:' 0 '))

whereas fld3 is defined in the program like this :-

d fld3 s 5s 0

I want this fld1 of the display file to be numeric of length 10 but not
sure which data type i should select out of the available options in it's
DDS so that this error could be resolved or this fld3 should be defined
differently here ?


Thanks

On Thu, 7 Sept 2023 at 22:17, Jon Paris <jon.paris@xxxxxxxxxxxxxx> wrote:

Are you sure you are looking at the right line? - There is no mismatch
there.

This compiles just fine as expected:

dcl-s fld1 zoned(10);

Dcl-s fld2 packed(15:4);

fld2 = fld1;


Jon P.

On Sep 7, 2023, at 11:17 AM, tim ken <timk2574@xxxxxxxxx> wrote:

Hi,


I have below two fields:

1) fld1 10 s o (display file field)

2) fld 2 15 p 4 (physical file field)


In my program on this statement Eval fld1 = fld2 getting error
mentioned
as '
RNF7416 -types mismatch '


What to do to resolve this?


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

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription
related questions.


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

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.