|
I tried it like below( just for example):-
select * from file1 A left join file2 B ON A.FLD1 = CAST(B.FLD2 AS INT)
But getting this error 'selection error involving field *N
When checking it in job log then came to know 'select or omit error on
field cast(Translate (LIB NAME.fld2, *unnamed table)
here FLD2's length is 9 (it's data type is
CHARACTER type)
and
FLD1 is of 6 length(with Decimal Data Type)
Thanks.
On Wed, 22 Jun 2022 at 23:32, Birgitta Hauser <Hauser@xxxxxxxxxxxxxxx>
wrote:
What about creating an SQL View which joins all 3 tables and then using
this
view in Query/400
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
Modernization – Education – Consulting on IBM i
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
„Train people well enough so they can leave, treat them well enough so they
don't want to.“ (Richard Branson)
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Frank
Kolmann
Sent: Mittwoch, 22. Juni 2022 19:41
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Re: joining 3 files
I dont believe WRKQRY has a way of joining fields having different types.
Did you try SQL? Not sure if SQL CAST AS will fix your issue, but its worth
a try.
Frank
On 23/06/2022 1:47 am, jerry ven wrote:
Hi,how?
I m trying to match records of 3 files s using WRKQRY but the problem
is happening for the data type in second file for example
Field TEST Field
T01.fld1 EQ T02.fld2
TO1.fld2 EQ T03.fld3
So after declaring primary and two other files in this WRKQRY and
then specifying how to join them ( here fld2 and fld3 fields of file2
and file3 respectively just for example ) giving me error ' Field used
to test field T01.fld1 must be numeric' and that
T02.fld2 is getting highlighted in green color and at bottom of this
screen getting this mentioned error.
If the field in file2 ,fld2 is defined as character and field1 in
file1 is defined as Decimal then what could be done to get the
matching results from these fields and files in this WRKQRY?
Also can the same matching records based on above conditions be
obtained ( where this error should not come for data types of the
fields like here in WRKQRY Example) using a single SQL query,if yes then
--
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.
Help support midrange.com by shopping at amazon.com with our affiliate
link:
https://amazon.midrange.com
--
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.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
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.