Focal Point
Trouble with Joins using the Join Tool

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6661055491

November 03, 2006, 11:01 AM
moyer1dl
Trouble with Joins using the Join Tool
This is the code I am grappling with. We are trying to stay away from doing the code and use the graphical tools. We are using Webfocus 7.1.1

JOIN CLEAR *
JOIN
LCCAPP1.LCCAPP1.POCODE IN LCCAPP1 TO MULTIPLE LCCAPCO.LCCAPCO.COCODE IN LCCAPCO
AS POCO
END

JOIN
NAKEY WITH LCCAPP1.LCCAPCO.RCLIENTNUMB1 IN LCCAPP1 TO MULTIPLE LCCAPNA.LCCAPNA.NACODE
IN LCCAPNA AS PONA
END

This is the way it is produced when I use the join tool. When I go to make a define object I get an error message:
"Error Parsing Master File lccapp1 (FOC370)The field name used in join cannot be found in file (370)".
When I type the code in like this:

JOIN CLEAR *
JOIN POCODE IN LCCAPP1 TO MULTIPLE COCODE IN LCCAPCO AS POCO
JOIN NAKEY WITH RCLIENTNUMB1 IN LCCAPP1 TO MULTIPLE NACODE

It works and lets me make the next object

Is this just a limitation or glitch of web focus? Or is there a another way to make this work using the Graphical Tools?

Dan


IBM Main Frame: MVS, FIX, VSAM

Windows SQL

WF 7.7
November 03, 2006, 02:51 PM
KevinG
Dan,

Hate to ask the obvious, but you are clicking Run in the GUI tool for the Join element before you are trying to define a field aren't you?

Kevin


WF 7.6.10 / WIN-AIX
November 06, 2006, 04:01 AM
hammo1j
Dan

We've been down the "It should be done so that someone can maintain it in the graphical route" and it did not work.

We now follow a half and half approach where we use the GUI where its most effective (eg getting first cut). From looking elsewhere on the forum (see sticky), most people take this approach.

Also would suggest an upgrade because we used 7.1.1 and it was quite finnicky.



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo